Skip to content

Commit

Permalink
changed searchbar border color when selected
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsawatyanon committed Oct 2, 2023
1 parent 51ea799 commit bdedc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Home/Autocomplete.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Autocomplete = ({ drawerOpen, setDrawerOpen }: Props): ReactElement => {
field: {
'&.Mui-focused': {
'& .MuiOutlinedInput-notchedOutline': {
border: `1px solid #c4c4c4`,
border: `1px solid ${colors.red1}`,
},
},
height: isMobile ? '35px' : '45px',
Expand Down

0 comments on commit bdedc55

Please sign in to comment.