Remove added radius, add to specific location (#4160)

zio/stable
Eric Bailey 2024-05-21 17:14:30 -05:00 committed by GitHub
parent cbfb69dd15
commit 4b0e118844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -277,8 +277,6 @@ export const InnerFlatList = React.forwardRef<
a.h_full,
{
marginTop: 40,
borderTopLeftRadius: 40,
borderTopRightRadius: 40,
},
flatten(style),
]}

View File

@ -500,6 +500,8 @@ function SearchablePeopleList({
paddingHorizontal: 0,
marginTop: 0,
paddingTop: 0,
borderTopLeftRadius: 40,
borderTopRightRadius: 40,
}),
]}
webInnerStyle={[a.py_0, {maxWidth: 500, minWidth: 200}]}