From 2bf97b1d56719887c0c6e1b77921ffc265fa268b Mon Sep 17 00:00:00 2001 From: Maria Rushkova Date: Thu, 25 Apr 2024 11:50:13 +0200 Subject: [PATCH] Change disconnect button style --- .../frontend/src/components/topBar/AccountDetailModal.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/frontend/src/components/topBar/AccountDetailModal.tsx b/packages/frontend/src/components/topBar/AccountDetailModal.tsx index b030ee7e..853dd794 100644 --- a/packages/frontend/src/components/topBar/AccountDetailModal.tsx +++ b/packages/frontend/src/components/topBar/AccountDetailModal.tsx @@ -53,9 +53,7 @@ export const AccountDetailModal = ({ isShown, onRequestClose }: ModalProps) => { )} - + ) }