added dark mode for reference
This commit is contained in:
@@ -35,6 +35,7 @@ const Layout = ({ data, api, children }) => {
|
||||
fontFamily: "body",
|
||||
flexGrow: "1",
|
||||
}}
|
||||
className="layout-container"
|
||||
>
|
||||
<Sidebar data={data} api={api} />
|
||||
<ContentBox>{children}</ContentBox>
|
||||
|
||||
Reference in New Issue
Block a user