chore: align the dashboards

This commit is contained in:
Rodolfo Ruiz
2025-08-21 21:34:27 -06:00
parent d59632e1f6
commit e85a401209

View File

@@ -43,8 +43,8 @@ export default function Dashboard() {
]; ];
return ( return (
<Box sx={{ p: 3 }}> <Box>
<Grid container spacing={2} sx={{ mb: 2 }}> <Grid container spacing={2} sx={{ mb: 2 }} justifyContent="space-between">
<Grid item xs={12} md={3}> <Grid item xs={12} md={3}>
<Paper sx={paperSx}> <Paper sx={paperSx}>
<Typography variant="subtitle2" sx={{ color: brand.subtle }}>Revenue (Last 30d)</Typography> <Typography variant="subtitle2" sx={{ color: brand.subtle }}>Revenue (Last 30d)</Typography>
@@ -75,7 +75,7 @@ export default function Dashboard() {
</Grid> </Grid>
</Grid> </Grid>
<Grid container spacing={2}> <Grid container spacing={2} sx={{ mt: 4 }} justifyContent="space-between">
<Grid item xs={12} md={8}> <Grid item xs={12} md={8}>
<Paper sx={paperSx}> <Paper sx={paperSx}>
<Typography variant="h6" sx={{ mb: 1, color: brand.text }}>Revenue & Orders</Typography> <Typography variant="h6" sx={{ mb: 1, color: brand.text }}>Revenue & Orders</Typography>