Skip to content

Commit

Permalink
fix(a11y): Searchbox placeholder contrast issue (#19193)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrozdsap authored and Pio-Bar committed Sep 11, 2024
1 parent c41baf5 commit a0fd499
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
color: currentColor;

@include forFeature('a11yImproveContrast') {
color: var(--cx-color-dark);
color: var(--cx-color-secondary);
}
}
}
Expand Down

0 comments on commit a0fd499

Please sign in to comment.