challenge brief update
This commit is contained in:
@@ -29,7 +29,7 @@ export default function RootLayout({
|
||||
}: Readonly<{ children: React.ReactNode }>) {
|
||||
return (
|
||||
<html lang="en" className={`${teko.variable} ${bakbakOne.variable}`}>
|
||||
<body className="bg-zinc-950 text-zinc-100 antialiased">
|
||||
<body className="min-h-screen bg-gradient-to-b from-purple-900 via-purple-950 to-[#0f0518] text-zinc-100 antialiased">
|
||||
<TRPCReactProvider>{children}</TRPCReactProvider>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user