Skip to content

Commit b3d68c9

Browse files
committed
fix(toggle): use correct toggle background color for iOS colors
1 parent 745d808 commit b3d68c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/toggle/toggle.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ $toggle-ios-item-right-padding: 6px ($item-ios-padding-right / 2) 5px ($i
210210

211211
@mixin ios-toggle-theme($color-name, $color-base) {
212212

213-
.toggle-ios-#{$color-name} .toggle-checked {
213+
.toggle-ios-#{$color-name}.toggle-checked .toggle-icon {
214214
background-color: $color-base;
215215
}
216216

0 commit comments

Comments
 (0)