From 851cf7b435d38bdc84e76cb7ad44d53142bc2cbf Mon Sep 17 00:00:00 2001 From: pajri Date: Tue, 25 Jun 2024 16:49:42 +0700 Subject: [PATCH] up --- frontend/client-portal/src/pages/Dashboard/Index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)}