diff --git a/ui/src/components/IssueChatThread.tsx b/ui/src/components/IssueChatThread.tsx index c7a954d41c..aed1de750d 100644 --- a/ui/src/components/IssueChatThread.tsx +++ b/ui/src/components/IssueChatThread.tsx @@ -165,7 +165,7 @@ import { } from "../lib/transcriptPresentation"; import { buildAgentMentionHref } from "@paperclipai/shared"; import { cn, formatDateTime, formatShortDate } from "../lib/utils"; -import { brandChipBadge } from "../lib/status-colors"; +import { liveBlueBadge } from "../lib/status-colors"; import { nextWorkMode, titleForPendingWorkMode, workModeMetaFor, workModeMetaList } from "../lib/work-mode-meta"; import { Tooltip, TooltipContent, TooltipTrigger } from "@/components/ui/tooltip"; import { Popover, PopoverContent, PopoverTrigger } from "@/components/ui/popover"; @@ -1928,12 +1928,12 @@ function IssueChatAssistantMessage({ ) : null} {isRunning ? ( - // Gallery feedback r1: running chip uses the canonical brand blue - // (brandChipBadge.blue), not cyan; layout/size classes unchanged. + // Running chip shares the liveness-blue badge recipe with the + // issue header's "Live" badge (one live/running blue). diff --git a/ui/src/components/SidebarNavItem.tsx b/ui/src/components/SidebarNavItem.tsx index b9856e2ad7..a9603af7ab 100644 --- a/ui/src/components/SidebarNavItem.tsx +++ b/ui/src/components/SidebarNavItem.tsx @@ -144,8 +144,8 @@ export function SidebarNavItem({ icon. The icon markup is untouched so it stays pixel-aligned. */} {rail && !alert && hasLive && (