about summary refs log tree commit diff
path: root/src/components/dms/NewChatDialog/index.tsx
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-05-21 17:14:30 -0500
committerGitHub <noreply@github.com>2024-05-21 17:14:30 -0500
commit4b0e118844506357e24f0aba3ceb411bf7a14cb8 (patch)
tree5f657bd322c291c9df38c9ba16ec746ef9db96b2 /src/components/dms/NewChatDialog/index.tsx
parentcbfb69dd1530319a8a5ad9807778015e38f3c228 (diff)
downloadvoidsky-4b0e118844506357e24f0aba3ceb411bf7a14cb8.tar.zst
Remove added radius, add to specific location (#4160)
Diffstat (limited to 'src/components/dms/NewChatDialog/index.tsx')
-rw-r--r--src/components/dms/NewChatDialog/index.tsx2
1 files changed, 2 insertions, 0 deletions
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}]}