fix(menu): make MD default button change color based on toolbar color

references #689
This commit is contained in:
Brandy Carney
2015-12-09 15:04:46 -05:00
parent aeb0bc31ca
commit b20405a06d

View File

@@ -70,7 +70,8 @@ ion-title {
background-color: $color-value;
}
.toolbar-title {
.toolbar-title,
.bar-button-default {
color: inverse($color-value);
}
}