Skip to content

Commit

Permalink
fix(form): Checkbox, Radio, and Switch color
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Apr 23, 2021
1 parent 20e013a commit 9315eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/form/src/toggle/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@
@mixin rmd-toggle-icon {
@include rmd-icon-theme(height, size);
@include rmd-icon-theme(width, size);
@include rmd-icon-theme-update-var(color, $rmd-toggle-inactive-color);
@include rmd-icon-theme-update-var(color, currentColor);

align-items: center;
color: $rmd-toggle-inactive-color;
display: inline-flex;
justify-content: center;
pointer-events: none;
Expand Down

0 comments on commit 9315eff

Please sign in to comment.