diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-06 17:47:41 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-06 18:57:35 -0500 |
| commit | e747ec3ea02dd01e9ffa9e398e24e6939a5b738c (patch) | |
| tree | 7f66d981effe2f51192ab7562d6c36ecdce459c1 /src/app/layout.tsx | |
| parent | 12b1cdb52a9d2723c319083b45a4e9a21896b3b4 (diff) | |
Tabs
Diffstat (limited to 'src/app/layout.tsx')
| -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 f580d66..7c5afbe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,7 +14,7 @@ export default function RootLayout({ }) { return ( <html lang="en"> - <body className="bg-slate-50"> + <body className=""> <ProgressBar /> <div className="max-w-screen-md mx-auto p-4">{children}</div> </body> |
