@@ -34,8 +34,6 @@ $prefix: (mdc, filled-text-field);
34
34
label- text- populated- size: null,
35
35
label- text- type: null,
36
36
disabled- label- text- opacity: null,
37
- hover- label- text- color: null,
38
- error- hover- label- text- color: null,
39
37
supporting- text- color: null,
40
38
supporting- text- font: null,
41
39
supporting- text- line- height: null,
@@ -50,27 +48,27 @@ $prefix: (mdc, filled-text-field);
50
48
focus- supporting- text- color: null,
51
49
hover- supporting- text- color: null,
52
50
input- text- prefix- color: null,
51
+ input- text- suffix- color: null,
53
52
container- height: null,
53
+ trailing- icon- size: null,
54
+ leading- icon- size: null,
55
+ trailing- icon- color: null,
54
56
disabled- trailing- icon- color: null,
55
57
disabled- trailing- icon- opacity: null,
56
58
error- focus- trailing- icon- color: null,
57
59
error- hover- trailing- icon- color: null,
58
60
error- trailing- icon- color: null,
59
61
focus- trailing- icon- color: null,
60
62
hover- trailing- icon- color: null,
61
- trailing- icon- color: null,
62
- trailing- icon- size: null,
63
- disabled- leading- icon- color: null,
63
+ leading- icon- color: null,
64
64
disabled- leading- icon- opacity: null,
65
+ disabled- leading- icon- color: null,
65
66
error- focus- leading- icon- color: null,
66
67
error- hover- leading- icon- color: null,
67
68
error- leading- icon- color: null,
68
69
focus- leading- icon- color: null,
69
70
hover- leading- icon- color: null,
70
- leading- icon- color: null,
71
- leading- icon- size: null,
72
71
input- text- type: null,
73
- input- text- suffix- color: null,
74
72
input- text- font: null,
75
73
input- text- line- height: null,
76
74
input- text- size: null,
@@ -104,12 +102,14 @@ $prefix: (mdc, filled-text-field);
104
102
disabled- container- color: _variable-safe-mix ($on-surface , $surface , 2% ),
105
103
106
104
label- text- color: rgba ($on-surface , 0.6 ),
105
+ hover- label- text- color: rgba ($on-surface , 0.6 ),
107
106
disabled- label- text- color: rgba ($on-surface , 0.38 ),
108
107
109
108
input- text- color: rgba ($on-surface , 0.87 ),
110
109
disabled- input- text- color: rgba ($on-surface , 0.38 ),
111
110
input- text- placeholder- color: rgba ($on-surface , 0.6 ),
112
111
112
+ error- hover- label- text- color: $warn-color ,
113
113
error- focus- label- text- color: $warn-color ,
114
114
error- label- text- color: $warn-color ,
115
115
error- caret- color: $warn-color ,
0 commit comments