diff --git a/src/material/radio/_m3-radio.scss b/src/material/radio/_m3-radio.scss index 814ada004e1a..fa317bb3ed5c 100644 --- a/src/material/radio/_m3-radio.scss +++ b/src/material/radio/_m3-radio.scss @@ -47,7 +47,7 @@ // Temporary removal where color variants previously did not include the // unselected icon color. Remove this and approve internal screenshot changes. @if $color-variant { - $tokens: map.remove($tokens, color, radio-unselected-icon-color); + $tokens: map.deep-remove($tokens, color, radio-unselected-icon-color); } @return $tokens;