mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
feat(Themes): md dark theme item-divider
Overriding color of item-divider for material design dark theme
This commit is contained in:
@ -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
|
||||
// ---------------------------------------------------
|
||||
|
Reference in New Issue
Block a user