@@ -13,38 +13,38 @@ $prefix: (mat, badge);
1313
1414 $tokens : (
1515 base: (
16- container- shape: map .get ($system , corner-full ),
17- container- size: 16px ,
18- legacy- container- size: unset ,
19- legacy- small- size- container- size: unset ,
20- small- size- container- size: 6px ,
21- container- padding: 0 4px ,
22- small- size- container- padding: 0 ,
2316 container- offset: -12px 0 ,
24- small- size- container- offset: -6px 0 ,
2517 container- overlap- offset: -12px ,
26- small- size- container- overlap- offset: -6px ,
27- large- size- container- size: 16px ,
18+ container- padding: 0 4px ,
19+ container- shape: map .get ($system , corner-full ),
20+ container- size: 16px ,
2821 large- size- container- offset: -12px 0 ,
2922 large- size- container- overlap- offset: -12px ,
3023 large- size- container- padding: 0 4px ,
24+ large- size- container- size: 16px ,
25+ legacy- container- size: unset ,
3126 legacy- large- size- container- size: unset ,
27+ legacy- small- size- container- size: unset ,
28+ small- size- container- offset: -6px 0 ,
29+ small- size- container- overlap- offset: -6px ,
30+ small- size- container- padding: 0 ,
31+ small- size- container- size: 6px ,
3232 ),
3333 color : (
3434 background-color : map .get ($system , error ),
35- text- color: map .get ($system , on-error ),
3635 disabled- state- background- color: m3-utils .color-with-opacity (map .get ($system , error ), 38% ),
3736 disabled- state- text- color: map .get ($system , on-error ),
37+ text- color: map .get ($system , on-error ),
3838 ),
3939 typography: (
40- text- font: map .get ($system , label-small-font ),
41- text- size: map .get ($system , label-small-size ),
42- text- weight: map .get ($system , label-small-weight ),
40+ large- size- line- height: 16px ,
4341 large- size- text- size: map .get ($system , label-small-size ),
44- small- size- text- size: 0 ,
4542 line-height : 16px ,
4643 small- size- line- height: 6px ,
47- large- size- line- height: 16px ,
44+ small- size- text- size: 0 ,
45+ text- font: map .get ($system , label-small-font ),
46+ text- size: map .get ($system , label-small-size ),
47+ text- weight: map .get ($system , label-small-weight ),
4848 ),
4949 density: (),
5050 );
0 commit comments