fix text color?

This commit is contained in:
Lee 2024-09-26 12:46:46 +01:00
parent 27865cd296
commit 1f0ec157b6

@ -70,7 +70,7 @@ export default function RootLayout({
<ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange> <ThemeProvider attribute="class" defaultTheme="dark" enableSystem disableTransitionOnChange>
<QueryProvider> <QueryProvider>
<AnimatePresence> <AnimatePresence>
<main className="flex flex-col min-h-screen gap-2"> <main className="flex flex-col min-h-screen gap-2 text-white">
<NavBar /> <NavBar />
<div className="z-[1] m-auto flex flex-col flex-grow items-center md:max-w-[1200px]"> <div className="z-[1] m-auto flex flex-col flex-grow items-center md:max-w-[1200px]">
{children} {children}