UI updates continued

This commit is contained in:
Darren Clarke 2022-12-14 13:24:50 +01:00
parent 2b9672fedf
commit 6a0cc58f60
No known key found for this signature in database
GPG key ID: E2483E6F82907488
24 changed files with 1209 additions and 306 deletions

View file

@ -4,7 +4,7 @@ import { Sidebar } from "./Sidebar";
export const Layout = ({ children }) => (
<Grid container direction="row">
<Sidebar open />
<Grid item sx={{ ml: "300px", width: "100%", height: "100vh" }}>
<Grid item sx={{ ml: "270px", width: "100%", height: "100vh" }}>
{children}
</Grid>
</Grid>