Skip to content

Commit c91a888

Browse files
committed
fix: add border on search input field on home page hero so that input is more visible on safari mobile
1 parent b78d46f commit c91a888

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: client/src/homepage/homepage-hero/index.scss

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787

8888
.search-input-field {
8989
background-color: rgba(1, 1, 1, 0.5);
90+
border-color: var(--border-primary);
9091
border-radius: 10rem;
9192
padding: 2rem;
9293
width: 100%;

0 commit comments

Comments
 (0)