diff --git a/components/topbar/nav-styles.ts b/components/topbar/nav-styles.ts index c3ce002..1455d8c 100644 --- a/components/topbar/nav-styles.ts +++ b/components/topbar/nav-styles.ts @@ -1,6 +1,6 @@ // Base para links diretos e triggers — pill arredondado export const linkBase = - "inline-flex h-8 items-center justify-center rounded-full px-3 text-sm font-medium transition-all"; + "inline-flex h-8 items-center justify-center rounded-full px-3 text-sm font-medium transition-all lowercase"; // Estado inativo: muted, hover suave sem underline export const linkIdle =