Skip to content

Commit

Permalink
fixes search bar focus from zooming in on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqicodes committed Apr 16, 2024
1 parent 951c6d1 commit 5c26dff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions client/src/components/FoodSeeker/AddressDropDown.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ export default function AddressDropDown({ autoFocus }) {
sx: {
cursor: "pointer",
backgroundColor: "#F0F0F0",
"& input": {
fontSize: "16px",
},
},
endAdornment: (
<InputAdornment
Expand Down

0 comments on commit 5c26dff

Please sign in to comment.