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) {