From 2632849134fcd823ffe06f9798de85a5f9ae60aa Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Sun, 22 Feb 2026 22:54:46 +0000 Subject: [PATCH] style: links da topbar em lowercase Co-Authored-By: Claude Sonnet 4.6 --- components/topbar/nav-styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =