We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e013a commit 9315effCopy full SHA for 9315eff
packages/form/src/toggle/_mixins.scss
@@ -102,9 +102,10 @@
102
@mixin rmd-toggle-icon {
103
@include rmd-icon-theme(height, size);
104
@include rmd-icon-theme(width, size);
105
- @include rmd-icon-theme-update-var(color, $rmd-toggle-inactive-color);
+ @include rmd-icon-theme-update-var(color, currentColor);
106
107
align-items: center;
108
+ color: $rmd-toggle-inactive-color;
109
display: inline-flex;
110
justify-content: center;
111
pointer-events: none;
0 commit comments