We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 591b30a commit 57028dfCopy full SHA for 57028df
src/material/core/option/option.scss
@@ -52,6 +52,11 @@ $_side-padding: 16px;
52
@include token-utils.create-token-slot(background-color, selected-state-layer-color);
53
}
54
55
+
56
+ .mat-pseudo-checkbox {
57
+ --mat-minimal-pseudo-checkbox-selected-checkmark-color: #{
58
+ token-utils.get-token-variable(selected-state-label-text-color)};
59
+ }
60
61
62
&.mdc-list-item {
0 commit comments