From d30471f5a9c24c5f48114a4fee9e1db9868d18b1 Mon Sep 17 00:00:00 2001 From: CMarghin <74823355+CH4R4F@users.noreply.github.com> Date: Thu, 23 Mar 2023 07:11:45 +0000 Subject: [PATCH] fix style issue after clicking on ClearConversation (#89) there is a small difference in the spaces of the button after confirming which leads to an unexpected animation in the sidebar settings --- components/Sidebar/ClearConversations.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Sidebar/ClearConversations.tsx b/components/Sidebar/ClearConversations.tsx index eedb799..a8ccf34 100644 --- a/components/Sidebar/ClearConversations.tsx +++ b/components/Sidebar/ClearConversations.tsx @@ -15,10 +15,10 @@ export const ClearConversations: FC = ({ onClearConversations }) => { }; return isConfirming ? ( -
+
-
Are you sure?
+
Are you sure?