Skip to content

Commit

Permalink
fix(material/select): Update checkbox color to match the selected lab…
Browse files Browse the repository at this point in the history
…el text color (#29684)

(cherry picked from commit 4d0a3ef)
  • Loading branch information
amysorto committed Sep 10, 2024
1 parent 591b30a commit 57028df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/material/core/option/option.scss
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ $_side-padding: 16px;
@include token-utils.create-token-slot(background-color, selected-state-layer-color);
}
}

.mat-pseudo-checkbox {
--mat-minimal-pseudo-checkbox-selected-checkmark-color: #{
token-utils.get-token-variable(selected-state-label-text-color)};
}
}

&.mdc-list-item {
Expand Down

0 comments on commit 57028df

Please sign in to comment.