diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index a20c16c..f714e8e 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -24,6 +24,7 @@ export default function DashboardPage() { description="Manage your academic progress and tools." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "tasks", title: "Active Tasks", subtitle: "5 remaining", category: "Organization", value: "85%", buttons: [{ text: "View Tasks" }] }, { id: "calendar", title: "Upcoming Exams", subtitle: "Next: Math Final", category: "Schedule", value: "3", buttons: [{ text: "View Schedule" }] },