style: links da topbar em lowercase

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-02-22 22:54:46 +00:00
parent 274ac61a2b
commit 2632849134

View File

@@ -1,6 +1,6 @@
// Base para links diretos e triggers — pill arredondado // Base para links diretos e triggers — pill arredondado
export const linkBase = 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 // Estado inativo: muted, hover suave sem underline
export const linkIdle = export const linkIdle =