fix toolbar colors

This commit is contained in:
Adam Bradley
2015-09-16 09:49:13 -05:00
parent abff83a206
commit 0364bc24d4

View File

@ -109,9 +109,10 @@ ion-nav-items[secondary] {
background-color: $color-value;
border-color: darken($color-value, 10%);
ion-title,
.toolbar-title,
button,
[button] {
[button],
a {
color: inverse($color-value);
}
}