Remove added radius, add to specific location
This commit is contained in:
@@ -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}]}
|
||||
|
||||
Reference in New Issue
Block a user