@@ -25,9 +25,9 @@ $prefix: (mat, select);
25
25
26
26
@return (
27
27
panel- background- color: theming .get-color-from-palette ($background , card ),
28
- enabled- trigger- color: rgba ($on-surface , 0.87 ),
29
- disabled- trigger- color: rgba ($on-surface , 0.38 ),
30
- placeholder- color: rgba ($on-surface , 0.6 ),
28
+ enabled- trigger- text - color: rgba ($on-surface , 0.87 ),
29
+ disabled- trigger- text - color: rgba ($on-surface , 0.38 ),
30
+ placeholder- text - color: rgba ($on-surface , 0.6 ),
31
31
enabled- arrow- color: rgba ($on-surface , 0.54 ),
32
32
disabled- arrow- color: rgba ($on-surface , 0.38 ),
33
33
focused- arrow- color: theming .get-color-from-palette ($primary , default , 0.87 ),
@@ -46,12 +46,12 @@ $prefix: (mat, select);
46
46
}
47
47
48
48
@return (
49
- trigger- font: typography-utils .font-family ($config , body-1 ) or
49
+ trigger- text - font: typography-utils .font-family ($config , body-1 ) or
50
50
typography-utils .font-family ($config ),
51
- trigger- line- height: typography-utils .line-height ($config , body-1 ),
52
- trigger- size: typography-utils .font-size ($config , body-1 ),
53
- trigger- tracking: typography-utils .letter-spacing ($config , body-1 ),
54
- trigger- weight: typography-utils .font-weight ($config , body-1 )
51
+ trigger- text - line- height: typography-utils .line-height ($config , body-1 ),
52
+ trigger- text - size: typography-utils .font-size ($config , body-1 ),
53
+ trigger- text - tracking: typography-utils .letter-spacing ($config , body-1 ),
54
+ trigger- text - weight: typography-utils .font-weight ($config , body-1 )
55
55
);
56
56
}
57
57
0 commit comments