feat : add board interactions

This commit is contained in:
GuillaumeSD
2024-02-23 04:01:18 +01:00
parent 2af0959e82
commit 814d3ecf09
19 changed files with 458 additions and 107 deletions

View File

@@ -26,10 +26,8 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) {
<Box sx={{ flexGrow: 1, display: "flex" }}>
<AppBar
position="static"
sx={{
zIndex: (theme) => theme.zIndex.drawer + 1,
backgroundColor: "primary.main",
}}
sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }}
enableColorOnDark
>
<Toolbar>
<IconButton