From 21faa1722983ce0f43ea096c06073cc87f567ac1 Mon Sep 17 00:00:00 2001 From: klopez4212 Date: Sun, 5 Jul 2026 06:48:06 +0100 Subject: [PATCH] Match transcript message weight to conversation text The agent's in-transcript messages (the self-talk that renders between markers) and mid-turn user prompts step up to font-medium, matching the persisted conversation rows. Marker rows and their expanded details keep their lighter treatment. Co-Authored-By: Claude Fable 5 --- desktop/src/features/chats/ui/ChatActivityTranscript.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/src/features/chats/ui/ChatActivityTranscript.tsx b/desktop/src/features/chats/ui/ChatActivityTranscript.tsx index e63d29257..fd26c9b43 100644 --- a/desktop/src/features/chats/ui/ChatActivityTranscript.tsx +++ b/desktop/src/features/chats/ui/ChatActivityTranscript.tsx @@ -488,7 +488,7 @@ function ChatTranscriptMessageRow({ {isUser ? ( @@ -496,7 +496,7 @@ function ChatTranscriptMessageRow({ ) : ( )}