Fix family routes in white mode
This commit is contained in:
parent
4be127f58e
commit
f1d6998dd8
@ -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="" />
|
||||
|
Loading…
Reference in New Issue
Block a user