feat: melhora a UX de lançamentos e ações rápidas

This commit is contained in:
Felipe Coutinho
2026-03-15 23:23:26 +00:00
parent 2712d4919a
commit df3d0134be
17 changed files with 137 additions and 72 deletions

View File

@@ -77,6 +77,7 @@ export function EstabelecimentoInput({
required={required}
maxLength={maxLength}
autoComplete="off"
className={estabelecimentos.length > 0 ? "pr-8" : undefined}
/>
{estabelecimentos.length > 0 && (
<RiSearchLine className="absolute right-3 top-1/2 -translate-y-1/2 size-4 text-muted-foreground pointer-events-none" />