color changes.

This commit is contained in:
2024-12-11 16:33:55 -05:00
parent 512e8b557f
commit e26ffde6c0
5 changed files with 33 additions and 21 deletions

View File

@@ -13,7 +13,7 @@ export default function RootLayout(props: { children: React.ReactNode }) {
return (
<html suppressHydrationWarning>
<body>
<body className="bg-slate-200 ">
<Provider>
<Navbar />
{children}</Provider>