diff --git a/packages/app/src/systems/Account/components/BalanceWidget/BalanceWidget.tsx b/packages/app/src/systems/Account/components/BalanceWidget/BalanceWidget.tsx index 09ab326bfb..d6ba89567f 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', }),