Skip to content

Commit

Permalink
chore(Toggle): changing fill color for disabled but checked small toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
Luiza Mendes authored and Luiza Mendes committed Oct 1, 2020
1 parent 6363d3d commit dbec95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/components/toggle/_toggle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
.#{$prefix}--toggle-input--small:disabled:checked
+ .#{$prefix}--toggle-input__label
.#{$prefix}--toggle__check {
fill: $disabled-02;
fill: $disabled-01;
}

//----------------------------------------------
Expand Down

0 comments on commit dbec95a

Please sign in to comment.