Skip to content

Commit

Permalink
Add margin to bottom of search input (#5510)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored Sep 26, 2024
1 parent 7ee67e4 commit a61b75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/screens/Search/Search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ let SearchInputBox = ({
const t = useThemeNew()

return (
<View style={[a.flex_1, a.relative]}>
<View style={[a.flex_1, a.mb_sm]}>
<TextField.Root>
<TextField.Icon icon={MagnifyingGlass} />
<TextField.Input
Expand Down

0 comments on commit a61b75b

Please sign in to comment.