Ingrandisce i caratteri delle tab sottosezioni e dei controlli calendario.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Cacciari
2026-09-07 08:24:59 +02:00
co-authored by Cursor
parent ea9f17e8d2
commit 6bc5e8f006
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ export function BarraSottosezioni({
vaiA(i); vaiA(i);
}} }}
className={cn( 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", "min-h-11",
sottolineatura sottolineatura
? cn( ? cn(
+2 -2
View File
@@ -162,7 +162,7 @@ function Calendario() {
onClick={() => setVista(v)} onClick={() => setVista(v)}
aria-pressed={vista === v} aria-pressed={vista === v}
className={cn( 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", vista === v ? "bg-card shadow-card text-foreground" : "text-muted-foreground",
)} )}
> >
@@ -327,7 +327,7 @@ function Calendario() {
<div className="px-5 pt-4"> <div className="px-5 pt-4">
<Link <Link
to="/eventi" to="/eventi"
className="premi flex items-center justify-center gap-2 rounded-2xl bg-accent-grad py-3 text-sm font-bold uppercase text-accent-foreground shadow-pop" className="premi flex items-center justify-center gap-2 rounded-2xl bg-accent-grad py-3 text-[14px] font-bold uppercase text-accent-foreground shadow-pop"
> >
<CalendarPlus className="h-4 w-4" /> Gestisci eventi <CalendarPlus className="h-4 w-4" /> Gestisci eventi
</Link> </Link>