feat(Themes): md toggle dark theme

This commit overrides the toggle handle background color for MD dark theme
This commit is contained in:
Matheus Cruz Rocha
2016-02-11 18:37:23 -03:00
parent 0c97a0fdba
commit 569beabbf1

View File

@@ -48,6 +48,10 @@ $item-md-padding-media-bottom: 9px !default;
$item-md-padding-icon-top: 11px !default;
$item-md-padding-icon-bottom: 10px !default;
// Material Design Toggle
// ---------------------------------------------------
$toggle-md-handle-background-color-off: map-get($colors-md, light) !default;
// Ripple Color
// --------------------------------------------------