Skip to content

Commit

Permalink
fix: Fix search input contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
3y3 committed Oct 16, 2024
1 parent 55c668e commit 4e1d198
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Search/Suggest.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@
}

&__input {
--g-text-input-border-color: var(--g-color-line-generic-accent);
--g-text-input-border-color-hover: var(--g-color-line-generic-accent-hover);
--g-text-input-placeholder-color: var(--g-color-text-hint);

& input::placeholder {
transition: color 0.1s;
}
Expand Down

0 comments on commit 4e1d198

Please sign in to comment.