Skip to content

Commit

Permalink
fix(a11y): correct people-picker placeholder luminosity contrast (#3175)
Browse files Browse the repository at this point in the history
* fix people-picker placeholder luminosity contrast

* fix message contrast
  • Loading branch information
Mnickii authored May 14, 2024
1 parent 8078496 commit 6acfbe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stories/components/peoplePicker/peoplePicker.style.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const customCSSProperties = () => html`
--people-picker-dropdown-result-background-color: yellow;
--people-picker-dropdown-result-hover-background-color: gold;
--people-picker-dropdown-result-focus-background-color: green;
--people-picker-no-results-text-color: orange;
--people-picker-no-results-text-color: white;
--people-picker-input-background: gray;
--people-picker-input-border-color: yellow;
--people-picker-input-hover-background: green;
Expand All @@ -34,7 +34,7 @@ export const customCSSProperties = () => html`
--people-picker-input-placeholder-focus-text-color: yellow;
--people-picker-input-placeholder-hover-text-color: gold;
--people-picker-input-placeholder-text-color: white;
--people-picker-input-placeholder-text-color: black;
--people-picker-search-icon-color: yellow;
--people-picker-remove-selected-close-icon-color: blue;
--people-picker-font-size: 16px;
Expand Down

0 comments on commit 6acfbe7

Please sign in to comment.