Skip to content

Commit

Permalink
chore(Toggle): changing fill color for disabled but checked small tog…
Browse files Browse the repository at this point in the history
…gle (#6955)

Co-authored-by: Luiza Mendes <Luiza.Mendes@ibm.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 2, 2020
1 parent 90fe63e commit fded63c
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 fded63c

Please sign in to comment.