diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-06 12:57:44 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-06 12:57:44 -0500 |
| commit | 53256d13c1d6caf2002ff9c769c2a3abf590b1b8 (patch) | |
| tree | f2daea9b5b0a4ca09e996838ef6b88710de14fad /src | |
| parent | 4c047c635add0370eeeb45a6198bb174836d5b58 (diff) | |
Change background
Diffstat (limited to 'src')
| -rw-r--r-- | src/app/layout.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7694327..f580d66 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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> |
