correction des themes
This commit is contained in:
@@ -26,7 +26,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="fr">
|
||||
<body className={`${inter.variable} ${merriweather.variable} font-sans bg-gray-100 text-slate-800 h-screen overflow-hidden antialiased`}>
|
||||
<body className={`${inter.variable} ${merriweather.variable} font-sans h-screen overflow-hidden antialiased bg-theme-bg text-theme-text transition-colors duration-300`}>
|
||||
<AuthProvider>
|
||||
{children}
|
||||
</AuthProvider>
|
||||
|
||||
Reference in New Issue
Block a user