fix(toggle): do not use the contrast color for toggle inner color (#17798)

fixes #17536
This commit is contained in:
Brandy Carney
2019-03-15 13:51:12 -04:00
committed by GitHub
parent 14f758ca97
commit 2225941efb

View File

@ -24,9 +24,6 @@
background: current-color(base); background: current-color(base);
} }
:host(.ion-color.toggle-checked) .toggle-inner {
background: current-color(contrast);
}
// iOS Toggle Background Track: Unchecked // iOS Toggle Background Track: Unchecked
// ----------------------------------------- // -----------------------------------------