mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
Dark theme ios list header
This commit is contained in:
@ -33,6 +33,12 @@ $list-ios-border-color: $list-border-color !default;
|
||||
$list-ios-background-color: $list-background-color !default;
|
||||
$list-ios-activated-background-color: #d9d9d9 !default;
|
||||
|
||||
// iOS List header
|
||||
// --------------------------------------------------
|
||||
$list-ios-header-color: $text-color !default;
|
||||
ion-list-header {
|
||||
background-color: $background-ios-color;
|
||||
}
|
||||
|
||||
// iOS Item
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user