This commit is contained in:
pajri
2024-06-25 16:49:42 +07:00
parent 0411f8c7e5
commit 851cf7b435

View File

@@ -140,7 +140,7 @@ export default function Dashboard() {
direction="row" direction="row"
alignItems="center" alignItems="center"
justifyContent="space-between" justifyContent="space-between"
sx={{ width: '100%' }} sx={{ width: '100%', marginBottom: '10px' }}
> >
<Typography variant="h4">{fCurrency(depositData.deposit)}</Typography> <Typography variant="h4">{fCurrency(depositData.deposit)}</Typography>
<Wallet /> <Wallet />
@@ -228,7 +228,7 @@ export default function Dashboard() {
direction="row" direction="row"
alignItems="center" alignItems="center"
justifyContent="space-between" justifyContent="space-between"
sx={{ width: '100%' }} sx={{ width: '100%', marginBottom: '10px' }}
> >
<Typography variant="h4">{fCurrency(depositData.usage)}</Typography> <Typography variant="h4">{fCurrency(depositData.usage)}</Typography>
<Send /> <Send />