Skip to content

Commit 85b5df6

Browse files
authored
fix(material-experimental/mdc-checkbox): fix mdc function name (#22198)
1 parent 8a10451 commit 85b5df6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/material-experimental/mdc-checkbox/_checkbox-theme.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
.mat-mdc-checkbox-ripple {
3838
@include ripple.theme((
3939
foreground: (
40-
base: mdc-theme-prop-value($mdcColor)
40+
base: mdc-theme-color.prop-value($mdcColor)
4141
),
4242
));
4343
}
@@ -74,12 +74,12 @@
7474
@include mdc-form-field.core-styles($query: mdc-helpers.$mat-theme-styles-query);
7575
@include ripple.theme((
7676
foreground: (
77-
base: mdc-theme-prop-value(on-surface)
77+
base: mdc-theme-color.prop-value(on-surface)
7878
),
7979
));
8080

8181
.mdc-checkbox__ripple {
82-
background: mdc-theme-prop-value(on-surface);
82+
background: mdc-theme-color.prop-value(on-surface);
8383
}
8484

8585
// MDC's checkbox doesn't support a `color` property. We add support for it by adding a CSS

0 commit comments

Comments
 (0)