From 95c50d9d6260e74bc9f9016b8508e387f442a80c Mon Sep 17 00:00:00 2001 From: esdrasrenan Date: Mon, 15 Dec 2025 20:39:29 -0300 Subject: [PATCH] style(checklist): ajusta icone ? e badges MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Icone ? com fundo preto semitransparente e texto branco - Badges maiores (text-[11px], px-2.5) e mais espacadas (gap-2) - Badge Pergunta com estilo slate ao inves de cyan 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/components/tickets/ticket-checklist-card.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/tickets/ticket-checklist-card.tsx b/src/components/tickets/ticket-checklist-card.tsx index edbeb55..973ec13 100644 --- a/src/components/tickets/ticket-checklist-card.tsx +++ b/src/components/tickets/ticket-checklist-card.tsx @@ -312,7 +312,7 @@ export function TicketChecklistCard({
{isQuestion ? ( -
+
?
) : ( @@ -425,23 +425,23 @@ export function TicketChecklistCard({ )} -
+
{required ? ( - + Obrigatório ) : ( - + Opcional )} {isQuestion && ( - + Pergunta )} {templateLabel ? ( - + {templateLabel} ) : null}