From 971b0868105a540c7dace7c67728064feecace1f Mon Sep 17 00:00:00 2001 From: Arthur Geron <3487334+arthurgeron@users.noreply.github.com> Date: Mon, 3 Feb 2025 18:48:30 -0300 Subject: [PATCH] chore: --- .../components/BalanceWidget/BalanceWidget.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/app/src/systems/Account/components/BalanceWidget/BalanceWidget.tsx b/packages/app/src/systems/Account/components/BalanceWidget/BalanceWidget.tsx index 09ab326bf..d6ba89567 100644 --- a/packages/app/src/systems/Account/components/BalanceWidget/BalanceWidget.tsx +++ b/packages/app/src/systems/Account/components/BalanceWidget/BalanceWidget.tsx @@ -100,9 +100,9 @@ export function BalanceWidget({ } bottom={ - + <> Total balance - + - - + + } /> ); @@ -142,7 +142,7 @@ const styles = { fontSize: '$sm', }), balance: cssObj({ - py: '$5', + pt: '$3', px: '$4', '&[aria-hidden="true"]': { @@ -183,7 +183,7 @@ const styles = { gap: '$3', alignItems: 'center', py: '$4', - px: '$5', + px: '$4', borderTop: '1px solid $border', borderBottom: '1px solid $border', }),