From d5a11d05364419bbb13409c29815d5c04b79eb88 Mon Sep 17 00:00:00 2001 From: codex-bot Date: Mon, 20 Oct 2025 17:51:23 -0300 Subject: [PATCH] =?UTF-8?q?Login:=20aumentar=20levemente=20o=20espa=C3=A7a?= =?UTF-8?q?mento=20do=20subt=C3=ADtulo=20('Por=20Rever=20Tecnologia')?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/login/login-page-client.tsx | 2 +- src/components/tickets/status-select.tsx | 2 +- .../tickets/ticket-summary-header.tsx | 18 ++++++++++-------- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/login/login-page-client.tsx b/src/app/login/login-page-client.tsx index 5cd6630..f932c65 100644 --- a/src/app/login/login-page-client.tsx +++ b/src/app/login/login-page-client.tsx @@ -58,7 +58,7 @@ export function LoginPageClient() {
Sistema de chamados - Por Rever Tecnologia + Por Rever Tecnologia
diff --git a/src/components/tickets/status-select.tsx b/src/components/tickets/status-select.tsx index 64b4b46..e247fc2 100644 --- a/src/components/tickets/status-select.tsx +++ b/src/components/tickets/status-select.tsx @@ -114,7 +114,7 @@ export function StatusSelect({ size="icon" aria-label="Encerrar ticket" onClick={() => setCloseDialogOpen(true)} - className="h-9 w-9 rounded-lg border border-[#00d6eb] bg-white text-[#00d6eb] transition hover:bg-[#00d6eb]/10 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[#00d6eb]/30" + className="h-9 w-9 rounded-lg border border-[var(--sidebar-primary)] bg-[var(--sidebar-primary)] text-black transition hover:bg-[var(--sidebar-primary)]/90 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--sidebar-ring)]/30" > diff --git a/src/components/tickets/ticket-summary-header.tsx b/src/components/tickets/ticket-summary-header.tsx index 6fd9441..6f5d84d 100644 --- a/src/components/tickets/ticket-summary-header.tsx +++ b/src/components/tickets/ticket-summary-header.tsx @@ -621,7 +621,7 @@ export function TicketSummaryHeader({ ticket }: TicketHeaderProps) {
@@ -721,8 +723,8 @@ export function TicketSummaryHeader({ ticket }: TicketHeaderProps) { - @@ -733,8 +735,8 @@ export function TicketSummaryHeader({ ticket }: TicketHeaderProps) { ) : ( -