Customize theme color

This commit is contained in:
Takeshi Kimata
2024-03-23 19:18:30 +09:00
parent 9f63f389ff
commit 3da568a4f8
6 changed files with 22 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ export default function RootLayout({
)}
>
<Providers themeProps={{ attribute: "class", defaultTheme: "dark" }}>
<div className="relative flex flex-col min-h-screen light:bg-gray-50 dark:bg-gray-950">
<div className="relative flex flex-col min-h-screen light:bg-neutral-50 dark:bg-neutral-800">
<Navbar />
<main>{children}</main>
{/* <footer className="w-full flex items-center justify-center py-3">