Skip to content

Commit

Permalink
enhance(search): explicitly set white background color
Browse files Browse the repository at this point in the history
iOS Safari was using some grey as its default
  • Loading branch information
marcelgerber committed Apr 15, 2024
1 parent dca8b23 commit bff8b08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/search/Search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ $reset-button-margin: 16px;
}

.ais-SearchBox-input {
background-color: white;
width: 100%;
height: 56px;
padding-left: 16px;
Expand Down

0 comments on commit bff8b08

Please sign in to comment.