From 6bc5e8f0062fcc63a1a964638faa2f1be2c8e997 Mon Sep 17 00:00:00 2001 From: Ivan Cacciari Date: Mon, 7 Sep 2026 08:23:40 +0200 Subject: [PATCH] Ingrandisce i caratteri delle tab sottosezioni e dei controlli calendario. Co-authored-by: Cursor --- src/components/crapp/BarraSottosezioni.tsx | 2 +- src/routes/calendario.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/crapp/BarraSottosezioni.tsx b/src/components/crapp/BarraSottosezioni.tsx index 137bd65..4b5dd98 100644 --- a/src/components/crapp/BarraSottosezioni.tsx +++ b/src/components/crapp/BarraSottosezioni.tsx @@ -94,7 +94,7 @@ export function BarraSottosezioni({ vaiA(i); }} className={cn( - "snap-center shrink-0 grow basis-0 touch-manipulation whitespace-nowrap text-xs font-bold uppercase tracking-wide transition-colors", + "snap-center shrink-0 grow basis-0 touch-manipulation whitespace-nowrap text-sm font-bold uppercase tracking-wide transition-colors", "min-h-11", sottolineatura ? cn( diff --git a/src/routes/calendario.tsx b/src/routes/calendario.tsx index 723119e..16035da 100644 --- a/src/routes/calendario.tsx +++ b/src/routes/calendario.tsx @@ -162,7 +162,7 @@ function Calendario() { onClick={() => setVista(v)} aria-pressed={vista === v} className={cn( - "min-h-11 flex-1 rounded-full text-xs font-bold uppercase tracking-wide transition-colors", + "min-h-11 flex-1 rounded-full text-sm font-bold uppercase tracking-wide transition-colors", vista === v ? "bg-card shadow-card text-foreground" : "text-muted-foreground", )} > @@ -327,7 +327,7 @@ function Calendario() {
Gestisci eventi