mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-05 20:26:11 +01:00
Change background
This commit is contained in:
@@ -14,7 +14,7 @@ export default function RootLayout({
|
|||||||
}) {
|
}) {
|
||||||
return (
|
return (
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<body>
|
<body className="bg-slate-50">
|
||||||
<ProgressBar />
|
<ProgressBar />
|
||||||
<div className="max-w-screen-md mx-auto p-4">{children}</div>
|
<div className="max-w-screen-md mx-auto p-4">{children}</div>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
Reference in New Issue
Block a user