Skip to content

Commit

Permalink
#264 Restyle the login page
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani authored and To-om committed Oct 28, 2020
1 parent 425ed6e commit 39cd9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/app/pages/login/login.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="row">
<div class="col-xs-12">
<button type="submit" class="btn btn-primary btn-sm btn-block btn-flat" ng-disabled="loginForm.$invalid">Sign In</button>
<button type="submit" class="btn btn-primary btn-m btn-block" ng-disabled="loginForm.$invalid">Sign In</button>
</div>
</div>

Expand Down

0 comments on commit 39cd9cf

Please sign in to comment.