From f2385105fdb5972f9f25ab81e5639fc25cca129d Mon Sep 17 00:00:00 2001 From: Mikhail Fedosov Date: Tue, 21 Nov 2023 15:31:25 +0300 Subject: [PATCH] style(wallet): Simplify CSS border properties and clean up code --- app/components/wallet/Account.client.tsx | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/app/components/wallet/Account.client.tsx b/app/components/wallet/Account.client.tsx index b1e76f9..8a1ab39 100644 --- a/app/components/wallet/Account.client.tsx +++ b/app/components/wallet/Account.client.tsx @@ -269,7 +269,7 @@ export default function Account({ pair }: IProps) { const accountLocked: boolean = pair.isLocked && !pair.meta.isInjected; return ( -
+
{dialogElements}
@@ -277,24 +277,14 @@ export default function Account({ pair }: IProps) { {balances && ( <>
- } - /> + } /> } /> - } - /> + } />
{accountLocked && (