diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index e3d1440..ca8f89f 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -65,6 +65,8 @@ export default function DashboardPage() { gridVariant="uniform-all-items-equal" title="Resumen Mensual y Tareas Pendientes" description="Un vistazo rápido a tus números y las acciones que requieren atención inmediata." + textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "monthly-summary", icon: Calendar, @@ -86,6 +88,7 @@ export default function DashboardPage() {