From f0882c612fe604b7476bf97970360c12ccce9583 Mon Sep 17 00:00:00 2001 From: esdrasrenan Date: Sun, 7 Dec 2025 03:20:45 -0300 Subject: [PATCH] Fix ticket link hover color to black MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- src/components/chat/chat-widget.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chat/chat-widget.tsx b/src/components/chat/chat-widget.tsx index 79b6ad5..37d2d80 100644 --- a/src/components/chat/chat-widget.tsx +++ b/src/components/chat/chat-widget.tsx @@ -449,7 +449,7 @@ export function ChatWidget() { href={`/dashboard/tickets/${activeTicketId}`} target="_blank" rel="noopener noreferrer" - className="group flex items-center gap-1 text-xs text-slate-500 hover:text-primary transition-colors" + className="group flex items-center gap-1 text-xs text-slate-500 hover:text-slate-900 transition-colors" > #{activeSession.ticketRef} {machineHostname && - {machineHostname}}