Change background

This commit is contained in:
Sebastien Castiel
2023-12-06 12:57:44 -05:00
parent 4c047c635a
commit 53256d13c1

View File

@@ -14,7 +14,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body>
<body className="bg-slate-50">
<ProgressBar />
<div className="max-w-screen-md mx-auto p-4">{children}</div>
</body>