chore: align the dashboards
This commit is contained in:
@@ -43,8 +43,8 @@ export default function Dashboard() {
|
||||
];
|
||||
|
||||
return (
|
||||
<Box sx={{ p: 3 }}>
|
||||
<Grid container spacing={2} sx={{ mb: 2 }}>
|
||||
<Box>
|
||||
<Grid container spacing={2} sx={{ mb: 2 }} justifyContent="space-between">
|
||||
<Grid item xs={12} md={3}>
|
||||
<Paper sx={paperSx}>
|
||||
<Typography variant="subtitle2" sx={{ color: brand.subtle }}>Revenue (Last 30d)</Typography>
|
||||
@@ -75,7 +75,7 @@ export default function Dashboard() {
|
||||
</Grid>
|
||||
</Grid>
|
||||
|
||||
<Grid container spacing={2}>
|
||||
<Grid container spacing={2} sx={{ mt: 4 }} justifyContent="space-between">
|
||||
<Grid item xs={12} md={8}>
|
||||
<Paper sx={paperSx}>
|
||||
<Typography variant="h6" sx={{ mb: 1, color: brand.text }}>Revenue & Orders</Typography>
|
||||
|
||||
Reference in New Issue
Block a user