Skip to content

Commit

Permalink
fix(searchbar): inherit color from color toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
camwiegert committed Aug 30, 2018
1 parent db1dbd4 commit 3042f57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/components/searchbar/searchbar.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 3042f57

Please sign in to comment.