diff --git a/src/components/crapp/BarraSottosezioni.tsx b/src/components/crapp/BarraSottosezioni.tsx index 1eb3fbb..080a029 100644 --- a/src/components/crapp/BarraSottosezioni.tsx +++ b/src/components/crapp/BarraSottosezioni.tsx @@ -129,7 +129,8 @@ export function BarraSottosezioni({ : "text-muted-foreground", ) : cn( - "rounded-full px-3.5 py-2 text-center", + "rounded-full py-2 text-center", + riempiLarghezza ? "px-2" : "px-3.5", selezionata ? "bg-accent text-accent-foreground shadow-pop" : "bg-secondary text-muted-foreground", diff --git a/src/routes/profilo.tsx b/src/routes/profilo.tsx index d8e8eab..740ccdd 100644 --- a/src/routes/profilo.tsx +++ b/src/routes/profilo.tsx @@ -188,6 +188,7 @@ function Profilo() {