Skip to content

Commit 6ae988d

Browse files
committed
fix: layout background color
1 parent ff96941 commit 6ae988d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/Layout/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@ export default function Layout({
3131
window.scrollTo(0, 0);
3232
}, []);
3333
return (
34-
<Box>
34+
<Box sx={{ bgcolor: theme.background }}>
3535
<AppBar />
3636
<Box
3737
sx={{
38-
bgcolor: theme.background,
3938
width: "100%",
4039
display: "flex",
4140
...sx,

0 commit comments

Comments
 (0)