mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
feat(Theme): md toolbar dark theme
Changing text default color on toolbar for Material Design dark theme
This commit is contained in:
@ -25,7 +25,7 @@ $outer-content-md-background-color: $background-color !default;
|
||||
|
||||
$toolbar-md-background: $toolbar-background !default;
|
||||
$toolbar-md-border-color: $toolbar-border-color !default;
|
||||
$toolbar-md-text-color: #424242 !default;
|
||||
$toolbar-md-text-color: #fff !default;
|
||||
$toolbar-md-active-color: $toolbar-active-color !default;
|
||||
$toolbar-md-inactive-color: $toolbar-inactive-color !default;
|
||||
$toolbar-md-button-color: #424242 !default;
|
||||
|
Reference in New Issue
Block a user