Skip to content

Commit

Permalink
fix(toggle): use correct toggle background color for iOS colors
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Apr 17, 2017
1 parent 745d808 commit b3d68c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/toggle/toggle.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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) {

.toggle-ios-#{$color-name} .toggle-checked {
.toggle-ios-#{$color-name}.toggle-checked .toggle-icon {
background-color: $color-base;
}

Expand Down

0 comments on commit b3d68c9

Please sign in to comment.