This commit is contained in:
Takeshi Kimata
2024-02-16 22:11:59 +09:00
parent 291bad6d56
commit d889655324
6 changed files with 39 additions and 17 deletions

View File

@@ -38,7 +38,7 @@ export default function RootLayout({
)}
>
<Providers themeProps={{ attribute: "class", defaultTheme: "dark" }}>
<div className="relative flex flex-col h-screen">
<div className="relative flex flex-col h-screen bg-slate-100">
<Navbar />
<main className="container mx-auto max-w-7xl pt-16 px-6 flex-grow">
{children}