diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx index b8815961..315f863b 100644 --- a/src/components/Dialog/index.tsx +++ b/src/components/Dialog/index.tsx @@ -277,8 +277,6 @@ export const InnerFlatList = React.forwardRef< a.h_full, { marginTop: 40, - borderTopLeftRadius: 40, - borderTopRightRadius: 40, }, flatten(style), ]} diff --git a/src/components/dms/NewChatDialog/index.tsx b/src/components/dms/NewChatDialog/index.tsx index 6844531f..c13c450c 100644 --- a/src/components/dms/NewChatDialog/index.tsx +++ b/src/components/dms/NewChatDialog/index.tsx @@ -500,6 +500,8 @@ function SearchablePeopleList({ paddingHorizontal: 0, marginTop: 0, paddingTop: 0, + borderTopLeftRadius: 40, + borderTopRightRadius: 40, }), ]} webInnerStyle={[a.py_0, {maxWidth: 500, minWidth: 200}]}