diff --git a/frontend/client-portal/src/pages/Dashboard/Index.tsx b/frontend/client-portal/src/pages/Dashboard/Index.tsx index c07eacaa..fe63e4cd 100644 --- a/frontend/client-portal/src/pages/Dashboard/Index.tsx +++ b/frontend/client-portal/src/pages/Dashboard/Index.tsx @@ -140,7 +140,7 @@ export default function Dashboard() { direction="row" alignItems="center" justifyContent="space-between" - sx={{ width: '100%' }} + sx={{ width: '100%', marginBottom: '10px' }} > {fCurrency(depositData.deposit)} @@ -228,7 +228,7 @@ export default function Dashboard() { direction="row" alignItems="center" justifyContent="space-between" - sx={{ width: '100%' }} + sx={{ width: '100%', marginBottom: '10px' }} > {fCurrency(depositData.usage)}