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"
sx={{
minWidth: "280px",
backgroundColor: (theme) =>
theme.palette.mode === "light"
? theme.palette.grey[100]
: "background.paper",
backgroundColor: "background.paper",
}}
>
<FamilyLink icon={<HomeIcon />} label="Accueil" uri="" />