Skip to content

Commit

Permalink
fix(css): set border color on home page search input field (#11931)
Browse files Browse the repository at this point in the history
fix: add border on search input field on home page hero so that input is more visible on safari mobile
  • Loading branch information
jazzygasper authored Dec 9, 2024
1 parent 57c2172 commit c2dc988
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/homepage/homepage-hero/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@

.search-input-field {
background-color: rgba(1, 1, 1, 0.5);
border-color: var(--border-primary);
border-radius: 10rem;
padding: 2rem;
width: 100%;
Expand Down

0 comments on commit c2dc988

Please sign in to comment.