Update text-white to text-amber-50

This commit is contained in:
UltraLionFr
2025-07-29 07:44:41 +02:00
parent 6f02f96739
commit 3289436ef3
16 changed files with 41 additions and 41 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function DashboardLayout({
}) {
return (
<Providers>
<div className="flex min-h-screen bg-[#0e0e10] text-white">
<div className="flex min-h-screen bg-[#0e0e10] text-amber-50">
<Sidebar />
<main className="flex-1 p-6">{children}</main>
</div>