SPRINT-12: frontend bug fixes

This commit is contained in:
Tim Chamberlain
2022-10-04 22:37:21 -05:00
parent 30f2da17a4
commit 5cdc15a498
14 changed files with 64 additions and 60 deletions

View File

@ -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">