fixed pageContainer width

This commit is contained in:
Carter 2024-11-19 11:15:40 -06:00
parent 61922f28ee
commit 952b3f6c4e
6 changed files with 20 additions and 15 deletions

View file

@ -51,7 +51,6 @@ const useStyles = makeStyles((theme: Theme) => ({
paddingLeft: theme.spacing(3),
paddingRight: theme.spacing(3)
},
color: theme.palette.mode === "light" ? "white" : "black"
},
activeItem:
theme.palette.mode === "light"