fix text color?
This commit is contained in:
parent
27865cd296
commit
1f0ec157b6
@ -70,7 +70,7 @@ export default function RootLayout({
|
||||
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange>
|
||||
<QueryProvider>
|
||||
<AnimatePresence>
|
||||
<main className="flex flex-col min-h-screen gap-2">
|
||||
<main className="flex flex-col min-h-screen gap-2 text-white">
|
||||
<NavBar />
|
||||
<div className="z-[1] m-auto flex flex-col flex-grow items-center md:max-w-[1200px]">
|
||||
{children}
|
||||
|
Reference in New Issue
Block a user