From 4b0e118844506357e24f0aba3ceb411bf7a14cb8 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 21 May 2024 17:14:30 -0500 Subject: Remove added radius, add to specific location (#4160) --- src/components/dms/NewChatDialog/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/dms/NewChatDialog/index.tsx') diff --git a/src/components/dms/NewChatDialog/index.tsx b/src/components/dms/NewChatDialog/index.tsx index 6844531f1..c13c450c4 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}]} -- cgit 1.4.1