mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(toggle): do not use the contrast color for toggle inner color (#17798)
fixes #17536
This commit is contained in:
@ -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
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
|
Reference in New Issue
Block a user