Skip to content

Commit

Permalink
fix message contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
Mnickii committed May 13, 2024
1 parent 26a0f48 commit fb124b1
Showing 1 changed file with 1 addition and 1 deletion.
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 Down

0 comments on commit fb124b1

Please sign in to comment.