File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/material-experimental Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ $fab-state-target: '.mdc-fab__ripple';
12
12
// which is what the ripple mixin uses. This creates a new theme that sets the color to the
13
13
// foreground base to appropriately color the ink.
14
14
@mixin ripple-ink-color ($mdc-color ) {
15
- @include ripple-theme .theme ((
15
+ @include ripple-theme .color ((
16
16
foreground: (
17
17
base: mdc-theme-color .prop-value ($mdc-color )
18
18
),
Original file line number Diff line number Diff line change 36
36
@mixin _selected-ripple-colors ($theme , $mdcColor ) {
37
37
.mdc-checkbox--selected ~ {
38
38
.mat-mdc-checkbox-ripple {
39
- @include ripple-theme .theme ((
39
+ @include ripple-theme .color ((
40
40
foreground: (
41
41
base: mdc-theme-color .prop-value ($mdcColor )
42
42
),
73
73
.mat-mdc-checkbox {
74
74
@include private-checkbox-styles-with-color (primary);
75
75
@include mdc-form-field .core-styles ($query : mdc-helpers .$mat-theme-styles-query );
76
- @include ripple-theme .theme ((
76
+ @include ripple-theme .color ((
77
77
foreground: (
78
78
base: mdc-theme-color .prop-value (on-surface )
79
79
),
You can’t perform that action at this time.
0 commit comments