Skip to content

Commit

Permalink
Make the search bar more selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
huayunh committed Jan 17, 2022
1 parent ad57388 commit af6bc9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/SearchBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ export const SearchBar: React.FC<SearchbarProps> = (props) => {
field.remove();
}
}}
inputProps={{ style: { height: theme.spacing(7) } }}
/>
)}
<IconButton
Expand Down

0 comments on commit af6bc9f

Please sign in to comment.