Skip to content

Commit

Permalink
fix(styles): HCM card control checkbox text color
Browse files Browse the repository at this point in the history
  • Loading branch information
leagrdv committed Dec 16, 2024
1 parent d7e1172 commit 251963d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/styles/src/components/card-control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fieldset {
&:where(:has(input:checked), .checked) {
--post-card-control-border-color: FieldText;
--post-card-control-bg: SelectedItem;
--post-card-control-color: SelectedItemText;
--post-card-control-color: FieldText;
--post-card-control-input-border-color: FieldText;

input.form-check-input[type] {
Expand Down

0 comments on commit 251963d

Please sign in to comment.