Skip to content

Commit 20432de

Browse files
authored
fix(material-experimental/mdc-radio): fix ripple color (#24986)
* fix(material-experimental/mdc-radio): fix ripple color * fix(material-experimental/mdc-radio): address feedback
1 parent 6edb42f commit 20432de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/material-experimental/mdc-radio/radio.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
// TODO(crisbeto): this should be included by MDC's `theme-styles`, but it isn't currently.
5555
@include mdc-radio-theme.focus-indicator-color(
5656
var(--mat-mdc-radio-checked-ripple-color, transparent));
57+
58+
.mat-ripple-element {
59+
background-color: var(--mat-mdc-radio-checked-ripple-color, transparent);
60+
}
5761
}
5862

5963
// This is necessary because we do not depend on MDC's ripple, but have our own that should be

0 commit comments

Comments
 (0)