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';
1212// which is what the ripple mixin uses. This creates a new theme that sets the color to the
1313// foreground base to appropriately color the ink.
1414@mixin ripple-ink-color ($mdc-color ) {
15- @include ripple-theme .theme ((
15+ @include ripple-theme .color ((
1616 foreground: (
1717 base: mdc-theme-color .prop-value ($mdc-color )
1818 ),
Original file line number Diff line number Diff line change 3636@mixin _selected-ripple-colors ($theme , $mdcColor ) {
3737 .mdc-checkbox--selected ~ {
3838 .mat-mdc-checkbox-ripple {
39- @include ripple-theme .theme ((
39+ @include ripple-theme .color ((
4040 foreground: (
4141 base: mdc-theme-color .prop-value ($mdcColor )
4242 ),
7373 .mat-mdc-checkbox {
7474 @include private-checkbox-styles-with-color (primary);
7575 @include mdc-form-field .core-styles ($query : mdc-helpers .$mat-theme-styles-query );
76- @include ripple-theme .theme ((
76+ @include ripple-theme .color ((
7777 foreground: (
7878 base: mdc-theme-color .prop-value (on-surface )
7979 ),
You can’t perform that action at this time.
0 commit comments