mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 21:30:45 +00:00
SPRINT-12: frontend bug fixes
This commit is contained in:
@ -50,7 +50,7 @@ function PieChartCard({title, description, data}: Props): JSX.Element
|
||||
return (
|
||||
<Card sx={{height: "100%"}}>
|
||||
<MDBox display="flex" justifyContent="space-between" alignItems="center" pt={2} px={2}>
|
||||
<MDTypography variant="h6">{title}</MDTypography>
|
||||
<MDTypography variant="h5">{title}</MDTypography>
|
||||
</MDBox>
|
||||
<MDBox mt={3}>
|
||||
<Grid container alignItems="center">
|
||||
|
Reference in New Issue
Block a user