From a7688a8b6cf0286cf9b4fecbdbedc5bdd7d524c1 Mon Sep 17 00:00:00 2001 From: Miles Malerba Date: Mon, 6 Jun 2022 08:44:04 -0700 Subject: [PATCH] fix(material-experimental/mdc-radio): fix ripple color (#24986) * fix(material-experimental/mdc-radio): fix ripple color * fix(material-experimental/mdc-radio): address feedback (cherry picked from commit 20432ded44b686e9c17304890049194a18298e0d) --- src/material-experimental/mdc-radio/radio.scss | 4 ++++ 1 file changed, 4 insertions(+) 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