mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-18 13:20:43 +00:00
Style updates per paul-designs (turn off general card elevation in favor of card borders; remove margin around left-nav;)
This commit is contained in:
@ -85,7 +85,7 @@ function PieChart({description, chartData}: Props): JSX.Element
|
||||
}
|
||||
|
||||
return (
|
||||
<Card sx={{minHeight: "400px", boxShadow: "none", height: "100%", width: "100%", display: "flex", flexGrow: 1}}>
|
||||
<Card sx={{minHeight: "400px", boxShadow: "none", height: "100%", width: "100%", display: "flex", flexGrow: 1, border: 0}}>
|
||||
<Box mt={3}>
|
||||
<Grid container alignItems="center">
|
||||
<Grid item xs={12} justifyContent="center">
|
||||
|
Reference in New Issue
Block a user