mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(toggle): use correct toggle background color for iOS colors
This commit is contained in:
@ -210,7 +210,7 @@ $toggle-ios-item-right-padding: 6px ($item-ios-padding-right / 2) 5px ($i
|
|||||||
|
|
||||||
@mixin ios-toggle-theme($color-name, $color-base) {
|
@mixin ios-toggle-theme($color-name, $color-base) {
|
||||||
|
|
||||||
.toggle-ios-#{$color-name} .toggle-checked {
|
.toggle-ios-#{$color-name}.toggle-checked .toggle-icon {
|
||||||
background-color: $color-base;
|
background-color: $color-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user