Skip to content

Commit

Permalink
Merge pull request #502 from VWRoli/STYLE/ISSUE_#499_dark_theme_bg
Browse files Browse the repository at this point in the history
style: issue #499 dark theme bg
  • Loading branch information
dadiorchen authored Mar 3, 2022
2 parents 550acd2 + 5221e11 commit ecb5720
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Layout.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import OpenWithIcon from '@mui/icons-material/OpenWith';
import Box from '@mui/material/Box';
import Fab from '@mui/material/Fab';
import Paper from '@mui/material/Paper';
import dynamic from 'next/dynamic';
import { makeStyles } from 'models/makeStyles';

Expand Down Expand Up @@ -53,7 +54,7 @@ export default function Layout({ children }) {
<Box className={classes.root}>
<Navbar />
<Box className={classes.main}>
<Box className={classes.left}>{children}</Box>
<Paper className={classes.left}>{children}</Paper>
<Box className={classes.right}>
<App />
</Box>
Expand Down

0 comments on commit ecb5720

Please sign in to comment.