Fix family routes in white mode

This commit is contained in:
Pierre HUBERT 2023-07-12 17:48:35 +02:00
parent 4be127f58e
commit f1d6998dd8

View File

@ -105,10 +105,7 @@ export function BaseFamilyRoute(): React.ReactElement {
component="nav" component="nav"
sx={{ sx={{
minWidth: "280px", minWidth: "280px",
backgroundColor: (theme) => backgroundColor: "background.paper",
theme.palette.mode === "light"
? theme.palette.grey[100]
: "background.paper",
}} }}
> >
<FamilyLink icon={<HomeIcon />} label="Accueil" uri="" /> <FamilyLink icon={<HomeIcon />} label="Accueil" uri="" />