chore: atualizações de dependências, lint fixes e ajustes menores

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-02-15 21:35:39 +00:00
parent 2362a70b9d
commit b9f788312c
35 changed files with 637 additions and 824 deletions

View File

@@ -40,7 +40,7 @@ export function BrandSelectContent({ label }: { label: string }) {
alt={`Logo ${label}`}
width={24}
height={24}
className="rounded object-contain"
className="rounded-full object-contain"
/>
) : (
<RiBankLine className="size-5 text-muted-foreground" aria-hidden />
@@ -74,7 +74,7 @@ export function AccountSelectContent({ label, logo }: SelectItemContentProps) {
alt={`Logo de ${label}`}
width={20}
height={20}
className="rounded"
className="rounded-full"
/>
) : (
<RiBankLine className="size-4 text-muted-foreground" aria-hidden />