mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(toggle): change background to use CSS variable (#19012)
fixes #18940
This commit is contained in:

committed by
Brandy Carney

parent
30ca46ab12
commit
94e525c10b
@ -43,7 +43,7 @@
|
||||
|
||||
transition: background-color $toggle-ios-transition-duration;
|
||||
|
||||
background-color: $toggle-ios-background-color-off;
|
||||
background: var(--background);
|
||||
|
||||
overflow: hidden;
|
||||
pointer-events: none;
|
||||
|
Reference in New Issue
Block a user