Skip to content

Commit

Permalink
fix: add border on search input field on home page hero so that input…
Browse files Browse the repository at this point in the history
… is more visible on safari mobile
  • Loading branch information
jazzygasper committed Oct 8, 2024
1 parent b78d46f commit 3a8f94d
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 @@ -87,6 +87,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 3a8f94d

Please sign in to comment.