fixed theming and color

This commit is contained in:
2025-06-29 13:43:46 -04:00
parent 6aa87ea11d
commit 14b25e7359
7 changed files with 780 additions and 746 deletions

View File

@@ -17,7 +17,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="en" suppressHydrationWarning data-theme="pew">
<body className={`${inter.className} antialiased`}>
<ThemeProvider>
<div className="min-h-screen bg-neutral-50 dark:bg-neutral-900 transition-colors duration-200">