Ingrandisce i testi del widget profilo e del link Calendario in home.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Cacciari
2026-09-07 11:03:47 +02:00
co-authored by Cursor
parent a6799b91d3
commit a459579f8b
2 changed files with 4 additions and 4 deletions
@@ -401,10 +401,10 @@ export function CompletaProfilo({
className="premi block rounded-3xl bg-card p-4 shadow-card"
>
<div className="flex items-center justify-between gap-3">
<span className="font-display text-sm uppercase tracking-wide">
<span className="font-display text-[15px] uppercase tracking-wide">
Completa il tuo profilo
</span>
<span className="text-xs font-bold tabular-nums text-muted-foreground">{perc}%</span>
<span className="text-[13px] font-bold tabular-nums text-muted-foreground">{perc}%</span>
</div>
<div className="mt-2 h-1.5 overflow-hidden rounded-full bg-secondary">
<div
@@ -412,7 +412,7 @@ export function CompletaProfilo({
style={{ width: `${perc}%` }}
/>
</div>
<p className="mt-2 text-xs text-muted-foreground">
<p className="mt-2 text-[13px] text-muted-foreground">
Documento, certificato medico e foto tessera servono per il tesseramento CSI.
</p>
</Link>
+1 -1
View File
@@ -112,7 +112,7 @@ function Index() {
azione={
<Link
to="/calendario"
className="inline-flex items-center text-xs font-semibold text-accent"
className="inline-flex items-center text-[14px] font-semibold text-accent"
>
Calendario <ChevronRight className="h-4 w-4" />
</Link>