From 165350eda05ec118d32b892239fb00ec77bbab6e Mon Sep 17 00:00:00 2001 From: Agent Zero Date: Fri, 17 Jul 2026 21:05:47 +0200 Subject: [PATCH] fix: user messages with primary-50 background and border for visual distinction --- frontend/src/components/ai/ChatWindow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/ai/ChatWindow.tsx b/frontend/src/components/ai/ChatWindow.tsx index 726020d..56a0444 100644 --- a/frontend/src/components/ai/ChatWindow.tsx +++ b/frontend/src/components/ai/ChatWindow.tsx @@ -160,7 +160,7 @@ export function ChatWindow({ sessionId, agentId, className, compact }: ChatWindo
{msg.role === 'user' ? 'Du' : 'KI'}
-
+
{msg.tool_calls && msg.tool_calls.length > 0 && (