mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(searchbar): inherit color from color toolbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user