Add margin to bottom of search input (#5510)
This commit is contained in:
@@ -985,7 +985,7 @@ let SearchInputBox = ({
|
|||||||
const t = useThemeNew()
|
const t = useThemeNew()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View style={[a.flex_1, a.relative]}>
|
<View style={[a.flex_1, a.mb_sm]}>
|
||||||
<TextField.Root>
|
<TextField.Root>
|
||||||
<TextField.Icon icon={MagnifyingGlass} />
|
<TextField.Icon icon={MagnifyingGlass} />
|
||||||
<TextField.Input
|
<TextField.Input
|
||||||
|
|||||||
Reference in New Issue
Block a user