Change active state of "Remember username" switch

If you activate "Remember username" on the login screen the switch would have the same color as the background. This makes the active state of the switch not really visible.

This changes the theming of this switch to use the same color as the login button.
pull/221/head
Daniel Jagszent 2016-09-20 17:44:17 +02:00 committed by GitHub
parent 2b9cbb4696
commit a402272f9d
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
</var:if>
<div layout="row" layout-align="center center">
<md-switch ng-model="app.creds.rememberLogin" label:arial-label="Remember username">
<md-switch class="md-accent md-hue-2" ng-model="app.creds.rememberLogin" label:arial-label="Remember username">
<var:string label:value="Remember username"/>
</md-switch>
</div>