Remove added radius, add to specific location

This commit is contained in:
Eric Bailey
2024-05-21 17:06:15 -05:00
parent cbfb69dd15
commit dd3329e630
2 changed files with 2 additions and 2 deletions
-2
View File
@@ -277,8 +277,6 @@ export const InnerFlatList = React.forwardRef<
a.h_full,
{
marginTop: 40,
borderTopLeftRadius: 40,
borderTopRightRadius: 40,
},
flatten(style),
]}
@@ -500,6 +500,8 @@ function SearchablePeopleList({
paddingHorizontal: 0,
marginTop: 0,
paddingTop: 0,
borderTopLeftRadius: 40,
borderTopRightRadius: 40,
}),
]}
webInnerStyle={[a.py_0, {maxWidth: 500, minWidth: 200}]}