From e0530299b135ce0ff2bb11e6cf4999e470bf1a41 Mon Sep 17 00:00:00 2001 From: esdrasrenan Date: Sat, 13 Dec 2025 21:22:15 -0300 Subject: [PATCH] =?UTF-8?q?ui:=20padroniza=20altura=20e=20filtros=20em=20a?= =?UTF-8?q?utoma=C3=A7=C3=B5es/checklists?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Usa size=sm nos botões (Nova automação/Novo template) para bater com Empréstimos\n- Ajusta altura do input e selects na listagem de automações e deixa filtros autoexplicativos --- .../automations/automations-manager.tsx | 16 ++++++++++------ .../settings/checklist-templates-manager.tsx | 2 +- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/automations/automations-manager.tsx b/src/components/automations/automations-manager.tsx index 285dc18..7e2a4d5 100644 --- a/src/components/automations/automations-manager.tsx +++ b/src/components/automations/automations-manager.tsx @@ -163,11 +163,13 @@ export function AutomationsManager() { value={queryText} onChange={(e) => setQueryText(e.target.value)} placeholder="Buscar automação..." - className="w-full sm:w-64" + className="h-8 w-full text-sm sm:w-64" /> - diff --git a/src/components/settings/checklist-templates-manager.tsx b/src/components/settings/checklist-templates-manager.tsx index 48280db..f6f5dea 100644 --- a/src/components/settings/checklist-templates-manager.tsx +++ b/src/components/settings/checklist-templates-manager.tsx @@ -322,7 +322,7 @@ export function ChecklistTemplatesManager() { /> Exibir arquivados -