From 569beabbf13f4dbba0f4cf6402b7fc550630f7ca Mon Sep 17 00:00:00 2001 From: Matheus Cruz Rocha Date: Thu, 11 Feb 2016 18:37:23 -0300 Subject: [PATCH] feat(Themes): md toggle dark theme This commit overrides the toggle handle background color for MD dark theme --- ionic/themes/dark.md.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ionic/themes/dark.md.scss b/ionic/themes/dark.md.scss index c3ed5285b5..c9dcd70ce6 100644 --- a/ionic/themes/dark.md.scss +++ b/ionic/themes/dark.md.scss @@ -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 // --------------------------------------------------