Skip to content

Commit 0f2e6ca

Browse files
committed
[fix] Force validate button to be show (force color to white)
1 parent bf8a375 commit 0f2e6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/templates/login/modal_login.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ <h1 class="title" ng-bind-html="title | translate">
88
<div class="buttons buttons-right">
99
<div class="secondary-buttons">
1010
<button class="button button-icon button-clear icon ion-android-done visible-xs"
11-
ng-class="{'button-positive': !isAuth}"
11+
ng-class="{'button-positive': !isAuth}" style="color: #fff;"
1212
ng-click="doLogin()">
1313
</button>
1414
</div>

0 commit comments

Comments
 (0)