Skip to content

Commit

Permalink
feat(Themes): md dark theme item-divider
Browse files Browse the repository at this point in the history
Overriding color of item-divider for material design dark theme
  • Loading branch information
matheusrocha89 committed Feb 11, 2016
1 parent 569beab commit eb8e778
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ionic/themes/dark.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ $item-md-padding-media-top: 9px !default;
$item-md-padding-media-bottom: 9px !default;
$item-md-padding-icon-top: 11px !default;
$item-md-padding-icon-bottom: 10px !default;
$item-md-divider-bg: #151515 !default;
$item-md-divider-color: map-get($colors-md, light) !default;

// Material Design Toggle
// ---------------------------------------------------
Expand Down

0 comments on commit eb8e778

Please sign in to comment.