@@ -53,6 +53,12 @@ $_standard-tokens: (
53
53
@include token-utils .use-tokens ($_standard-tokens ...) {
54
54
@include token-utils .create-token-slot (border-radius , shape);
55
55
border : solid 1px var (#{token-utils .get-token-variable (divider-color )} );
56
+
57
+ .mat-pseudo-checkbox {
58
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color : var (
59
+ #{token-utils .get-token-variable (selected-state-text-color )}
60
+ );
61
+ }
56
62
}
57
63
58
64
& :not ([class *= ' mat-elevation-z' ]) {
@@ -86,6 +92,10 @@ $_standard-tokens: (
86
92
@include token-utils .create-token-slot (font-weight , label- text- weight);
87
93
@include token-utils .create-token-slot (letter-spacing , label- text- tracking);
88
94
95
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color : var (
96
+ #{token-utils .get-token-variable (selected-state-text-color )}
97
+ );
98
+
89
99
& .cdk-keyboard-focused .mat-button-toggle-focus-overlay {
90
100
@include token-utils .create-token-slot (opacity , focus- state- layer- opacity);
91
101
}
@@ -116,6 +126,9 @@ $_standard-tokens: (
116
126
@include token-utils .use-tokens ($_legacy-tokens ...) {
117
127
@include token-utils .create-token-slot (color , disabled- state- text- color);
118
128
@include token-utils .create-token-slot (background-color , disabled- state- background- color);
129
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color : var (
130
+ #{token-utils .get-token-variable (disabled-state-text-color )}
131
+ );
119
132
120
133
& .mat-button-toggle-checked {
121
134
@include token-utils .create-token-slot (background-color ,
@@ -159,6 +172,12 @@ $_standard-tokens: (
159
172
@include token-utils .create-token-slot (color , disabled- state- text- color);
160
173
@include token-utils .create-token-slot (background-color , disabled- state- background- color);
161
174
175
+ .mat-pseudo-checkbox {
176
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color : var (
177
+ #{token-utils .get-token-variable (disabled-selected-state-text-color )}
178
+ );
179
+ }
180
+
162
181
& .mat-button-toggle-checked {
163
182
@include token-utils .create-token-slot (color , disabled- selected- state- text- color);
164
183
@include token-utils .create-token-slot (background-color ,
0 commit comments