diff --git a/src/material-experimental/mdc-radio/radio.scss b/src/material-experimental/mdc-radio/radio.scss index 5dc8b5b0afd7..43fefa470d1d 100644 --- a/src/material-experimental/mdc-radio/radio.scss +++ b/src/material-experimental/mdc-radio/radio.scss @@ -54,6 +54,10 @@ // TODO(crisbeto): this should be included by MDC's `theme-styles`, but it isn't currently. @include mdc-radio-theme.focus-indicator-color( var(--mat-mdc-radio-checked-ripple-color, transparent)); + + .mat-ripple-element { + background-color: var(--mat-mdc-radio-checked-ripple-color, transparent); + } } // This is necessary because we do not depend on MDC's ripple, but have our own that should be