@@ -13,38 +13,38 @@ $prefix: (mat, badge);
13
13
14
14
$tokens : (
15
15
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 ,
23
16
container- offset: -12px 0 ,
24
- small- size- container- offset: -6px 0 ,
25
17
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 ,
28
21
large- size- container- offset: -12px 0 ,
29
22
large- size- container- overlap- offset: -12px ,
30
23
large- size- container- padding: 0 4px ,
24
+ large- size- container- size: 16px ,
25
+ legacy- container- size: unset ,
31
26
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 ,
32
32
),
33
33
color : (
34
34
background-color : map .get ($system , error ),
35
- text- color: map .get ($system , on-error ),
36
35
disabled- state- background- color: m3-utils .color-with-opacity (map .get ($system , error ), 38% ),
37
36
disabled- state- text- color: map .get ($system , on-error ),
37
+ text- color: map .get ($system , on-error ),
38
38
),
39
39
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 ,
43
41
large- size- text- size: map .get ($system , label-small-size ),
44
- small- size- text- size: 0 ,
45
42
line-height : 16px ,
46
43
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 ),
48
48
),
49
49
density: (),
50
50
);
0 commit comments