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 8a10451 commit 85b5df6Copy full SHA for 85b5df6
src/material-experimental/mdc-checkbox/_checkbox-theme.scss
@@ -37,7 +37,7 @@
37
.mat-mdc-checkbox-ripple {
38
@include ripple.theme((
39
foreground: (
40
- base: mdc-theme-prop-value($mdcColor)
+ base: mdc-theme-color.prop-value($mdcColor)
41
),
42
));
43
}
@@ -74,12 +74,12 @@
74
@include mdc-form-field.core-styles($query: mdc-helpers.$mat-theme-styles-query);
75
76
77
- base: mdc-theme-prop-value(on-surface)
+ base: mdc-theme-color.prop-value(on-surface)
78
79
80
81
.mdc-checkbox__ripple {
82
- background: mdc-theme-prop-value(on-surface);
+ background: mdc-theme-color.prop-value(on-surface);
83
84
85
// MDC's checkbox doesn't support a `color` property. We add support for it by adding a CSS
0 commit comments