up
This commit is contained in:
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user