fix(all): the buttons

This commit is contained in:
Jason Dreyzehner 2016-10-11 23:23:54 -04:00
commit 2e6d394673
25 changed files with 38 additions and 43 deletions

View file

@ -122,7 +122,7 @@
</div> <!-- advanced -->
</div> <!-- list -->
<button type="submit" class="button button-block button-positive"
<button type="submit" class="button button-standard button-primary"
ng-disabled="joinForm.$invalid || ((encrypt && !passwordSaved) || encrypt && ((join.seedSourceId == 'new' && !createPassphrase) || (join.seedSourceId == 'set' && !passphrase)))"
translate>Join
</button>