@@ -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' ]) {
@@ -81,6 +87,9 @@ $_standard-tokens: (
81
87
@include token-utils .use-tokens ($_legacy-tokens ...) {
82
88
@include token-utils .create-token-slot (color , text- color);
83
89
@include token-utils .create-token-slot (font-family , text- font);
90
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color : var (
91
+ #{token-utils .get-token-variable (selected-state-text-color )}
92
+ );
84
93
85
94
& .cdk-keyboard-focused .mat-button-toggle-focus-overlay {
86
95
@include token-utils .create-token-slot (opacity , focus- state- layer- opacity);
@@ -112,6 +121,9 @@ $_standard-tokens: (
112
121
@include token-utils .use-tokens ($_legacy-tokens ...) {
113
122
@include token-utils .create-token-slot (color , disabled- state- text- color);
114
123
@include token-utils .create-token-slot (background-color , disabled- state- background- color);
124
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color : var (
125
+ #{token-utils .get-token-variable (disabled-state-text-color )}
126
+ );
115
127
116
128
& .mat-button-toggle-checked {
117
129
@include token-utils .create-token-slot (background-color ,
@@ -151,6 +163,12 @@ $_standard-tokens: (
151
163
@include token-utils .create-token-slot (color , disabled- state- text- color);
152
164
@include token-utils .create-token-slot (background-color , disabled- state- background- color);
153
165
166
+ .mat-pseudo-checkbox {
167
+ --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color : var (
168
+ #{token-utils .get-token-variable (disabled-selected-state-text-color )}
169
+ );
170
+ }
171
+
154
172
& .mat-button-toggle-checked {
155
173
@include token-utils .create-token-slot (color , disabled- selected- state- text- color);
156
174
@include token-utils .create-token-slot (background-color ,
0 commit comments