From 6c0f854a694ae8ad0b37b30c881eb8e2ab2f5e2a Mon Sep 17 00:00:00 2001 From: Esdras Renan Date: Tue, 18 Nov 2025 23:06:30 -0300 Subject: [PATCH] Adjust remote access tooltip colors --- src/components/tickets/ticket-summary-header.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/tickets/ticket-summary-header.tsx b/src/components/tickets/ticket-summary-header.tsx index 16bc7e5..4429457 100644 --- a/src/components/tickets/ticket-summary-header.tsx +++ b/src/components/tickets/ticket-summary-header.tsx @@ -1338,20 +1338,20 @@ export function TicketSummaryHeader({ ticket }: TicketHeaderProps) { - -

Acesso remoto

+ +

Acesso remoto

{remoteShortcutHostname ? ( -

- Host: {remoteShortcutHostname} +

+ Host: {remoteShortcutHostname}

) : null} {remoteShortcutAccess?.identifier ? ( -

- ID RustDesk: {remoteShortcutAccess.identifier} +

+ ID RustDesk: {remoteShortcutAccess.identifier}

) : null} -

- Status: {remoteShortcutStatusLabel} +

+ Status: {remoteShortcutStatusLabel}