fix(searchbar): inherit color from color toolbar

This commit is contained in:
Cam Wiegert
2018-08-30 11:39:39 -05:00
parent db1dbd40c2
commit 3042f57ebb

View File

@@ -159,6 +159,10 @@
// Searchbar in Toolbar Color
// -----------------------------------------
:host-context(ion-toolbar.ion-color) {
color: inherit;
}
:host-context(ion-toolbar.ion-color) .searchbar-cancel-button {
color: currentColor;
}