From 2225941efb5f810d349d801898faaf24d604ceb9 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 15 Mar 2019 13:51:12 -0400 Subject: [PATCH] fix(toggle): do not use the contrast color for toggle inner color (#17798) fixes #17536 --- core/src/components/toggle/toggle.ios.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/components/toggle/toggle.ios.scss b/core/src/components/toggle/toggle.ios.scss index 0ce3484539..3e18b766cc 100644 --- a/core/src/components/toggle/toggle.ios.scss +++ b/core/src/components/toggle/toggle.ios.scss @@ -24,9 +24,6 @@ background: current-color(base); } -:host(.ion-color.toggle-checked) .toggle-inner { - background: current-color(contrast); -} // iOS Toggle Background Track: Unchecked // -----------------------------------------