From f8afe1c544de2848fba0880b7e1e1dc87e7532a4 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Sat, 28 Jan 2023 02:16:44 +0100 Subject: [PATCH] Chat Folder Modal: Fix buttons position (#2406) --- src/components/left/ChatFolderModal.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/components/left/ChatFolderModal.tsx b/src/components/left/ChatFolderModal.tsx index 479bd014b..2e1051e03 100644 --- a/src/components/left/ChatFolderModal.tsx +++ b/src/components/left/ChatFolderModal.tsx @@ -88,10 +88,12 @@ const ChatFolderModal: FC = ({ onChange={setSelectedFolderIds} round /> - - +
+ + +
); };