Skip to content

Commit

Permalink
fix(a11y): constrast enhancement for search field
Browse files Browse the repository at this point in the history
  • Loading branch information
langemike authored and AntonLantukh committed Feb 22, 2024
1 parent e50807b commit b4c3230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
font-weight: var(--body-font-weight-bold);
font-size: 16px;

background: rgba(variables.$black, 0.54);
background: variables.$black;

border: 1px solid rgba(variables.$white, 0.32);
border-radius: 4px;
Expand Down

0 comments on commit b4c3230

Please sign in to comment.