Skip to content

Commit

Permalink
feat(Themes): md toggle dark theme
Browse files Browse the repository at this point in the history
This commit overrides the toggle handle background color for MD dark theme
  • Loading branch information
matheusrocha89 committed Feb 11, 2016
1 parent 0c97a0f commit 569beab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ionic/themes/dark.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
// --------------------------------------------------
Expand Down

0 comments on commit 569beab

Please sign in to comment.