this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add margin to bottom of search input (#5510)

authored by

Hailey and committed by
GitHub
a61b75be 7ee67e4e

+1 -1
+1 -1
src/view/screens/Search/Search.tsx
··· 985 985 const t = useThemeNew() 986 986 987 987 return ( 988 - <View style={[a.flex_1, a.relative]}> 988 + <View style={[a.flex_1, a.mb_sm]}> 989 989 <TextField.Root> 990 990 <TextField.Icon icon={MagnifyingGlass} /> 991 991 <TextField.Input