From 3042f57ebb32439bef52de0f154390d433c2e0d5 Mon Sep 17 00:00:00 2001 From: Cam Wiegert Date: Thu, 30 Aug 2018 11:39:39 -0500 Subject: [PATCH] fix(searchbar): inherit color from color toolbar --- core/src/components/searchbar/searchbar.ios.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/components/searchbar/searchbar.ios.scss b/core/src/components/searchbar/searchbar.ios.scss index a146a72bd1..8699dba1b8 100644 --- a/core/src/components/searchbar/searchbar.ios.scss +++ b/core/src/components/searchbar/searchbar.ios.scss @@ -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; }