From 3c9489a6950db44fc52eda82715a1cbbed8a6cc3 Mon Sep 17 00:00:00 2001 From: Taylor Ho Date: Sun, 14 Jun 2026 23:46:21 -0700 Subject: [PATCH] refactor(agents): standardize activity transcript typography to text-xs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace arbitrary text-[7px]–text-[11px] sizes with Tailwind text-xs across the agent activity/session surface - AgentSessionTranscriptList, AgentSessionThreadPanel, AgentSessionToolItem, RawEventRail, and BotActivityBar - UserAvatar xs/sm size tokens now use text-xs so transcript and activity-bar avatars need no per-call font overrides --- .../src/features/agents/ui/AgentSessionToolItem.tsx | 8 ++++---- .../features/agents/ui/AgentSessionTranscriptList.tsx | 2 +- desktop/src/features/agents/ui/RawEventRail.tsx | 2 +- .../features/channels/ui/AgentSessionThreadPanel.tsx | 9 +++------ desktop/src/features/channels/ui/BotActivityBar.tsx | 10 ++++++---- desktop/src/shared/ui/UserAvatar.tsx | 4 ++-- 6 files changed, 17 insertions(+), 18 deletions(-) diff --git a/desktop/src/features/agents/ui/AgentSessionToolItem.tsx b/desktop/src/features/agents/ui/AgentSessionToolItem.tsx index 959a767d7..3ed633ac6 100644 --- a/desktop/src/features/agents/ui/AgentSessionToolItem.tsx +++ b/desktop/src/features/agents/ui/AgentSessionToolItem.tsx @@ -81,7 +81,7 @@ export function ToolItem({ {isActive ? ( @@ -220,7 +220,7 @@ function ToolTimestamp({ return ( - + {time} {duration ? ` · ${duration}` : null} @@ -282,7 +282,7 @@ function BuzzToolInlineAction({ if (action.onClick) { return (