Skip to content

Commit 57028df

Browse files
committed
fix(material/select): Update checkbox color to match the selected label text color (#29684)
(cherry picked from commit 4d0a3ef)
1 parent 591b30a commit 57028df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/material/core/option/option.scss

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ $_side-padding: 16px;
5252
@include token-utils.create-token-slot(background-color, selected-state-layer-color);
5353
}
5454
}
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+
}
5560
}
5661

5762
&.mdc-list-item {

0 commit comments

Comments
 (0)