Skip to content
Snippets Groups Projects
Commit 0f2e6caa authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

[fix] Force validate button to be show (force color to white)

parent bf8a3755
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<div class="buttons buttons-right">
<div class="secondary-buttons">
<button class="button button-icon button-clear icon ion-android-done visible-xs"
ng-class="{'button-positive': !isAuth}"
ng-class="{'button-positive': !isAuth}" style="color: #fff;"
ng-click="doLogin()">
</button>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment