@@ -18,6 +18,7 @@ $prefix: (mdc, chip);
18
18
(
19
19
container- shape- radius: token-definition .hardcode (8px , $exclude-hardcoded ),
20
20
with- avatar- avatar- size: token-definition .hardcode (24px , $exclude-hardcoded ),
21
+ with- avatar- avatar- shape- radius: token-definition .hardcode (24px , $exclude-hardcoded ),
21
22
label- text- color: map .get ($systems , md-sys-color , on-surface-variant ),
22
23
disabled- label- text- color: sass-utils .safe-color-change (
23
24
map .get ($systems , md-sys-color , on-surface ),
@@ -43,6 +44,9 @@ $prefix: (mdc, chip);
43
44
with- avatar- disabled- avatar- opacity:
44
45
token-definition .hardcode (0.38 , $exclude-hardcoded ),
45
46
elevated- selected- container- color: map .get ($systems , md-sys-color , secondary-container ),
47
+ // In the M3 tokens this is a `surface` color, but in the MDC implementation it's
48
+ // never being emitted. We emit `transparent` so consumers override the color.
49
+ elevated- container- color: token-definition .hardcode (transparent , $exclude-hardcoded ),
46
50
flat- selected- outline- width: token-definition .hardcode (0 , $exclude-hardcoded ),
47
51
selected- label- text- color: map .get ($systems , md-sys-color , on-secondary-container ),
48
52
flat- disabled- selected- container- color: sass-utils .safe-color-change (
0 commit comments