Update text-white to text-amber-50
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user