Add margin to bottom of search input (#5510)

This commit is contained in:
Hailey
2024-09-26 12:57:54 -07:00
committed by GitHub
parent 7ee67e4e7e
commit a61b75be57
+1 -1
View File
@@ -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