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() {