Update text-white to text-amber-50
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="fr">
|
||||
<body className="bg-[#0e0e10] text-white antialiased">
|
||||
<body className="bg-[#0e0e10] text-amber-50 antialiased">
|
||||
<AdsSideBanners />
|
||||
<Providers>
|
||||
<Navbar />
|
||||
|
||||
Reference in New Issue
Block a user