mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
fix toolbar colors
This commit is contained in:
@ -109,9 +109,10 @@ ion-nav-items[secondary] {
|
|||||||
background-color: $color-value;
|
background-color: $color-value;
|
||||||
border-color: darken($color-value, 10%);
|
border-color: darken($color-value, 10%);
|
||||||
|
|
||||||
ion-title,
|
.toolbar-title,
|
||||||
button,
|
button,
|
||||||
[button] {
|
[button],
|
||||||
|
a {
|
||||||
color: inverse($color-value);
|
color: inverse($color-value);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user