From 09623b4527351b46c326c998b603d078ee87eb6c Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Thu, 25 Jun 2026 19:55:31 -0500 Subject: [PATCH] fix(desktop): make the tab modified dot amber with a separating ring Use the app's amber warn color for the unsaved-edits tab dot (was inheriting the label text color) and add a tab-bg ring + soft drop shadow so it stays legible where it overlaps the filename. --- apps/desktop/src/app/chat/right-rail/preview.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/desktop/src/app/chat/right-rail/preview.tsx b/apps/desktop/src/app/chat/right-rail/preview.tsx index 9b7dc832a4a..d13eb088967 100644 --- a/apps/desktop/src/app/chat/right-rail/preview.tsx +++ b/apps/desktop/src/app/chat/right-rail/preview.tsx @@ -163,7 +163,9 @@ export function ChatPreviewRail({ onRestartServer, setTitlebarToolGroup }: ChatP aria-hidden="true" className="pointer-events-none absolute right-1.5 top-1/2 grid size-4 -translate-y-1/2 place-items-center opacity-100 transition-opacity group-hover/tab:opacity-0 group-focus-within/tab:opacity-0" > - + {/* Amber (our warn color); a tab-bg ring + soft drop keeps it + legible where it overlaps the filename. */} + )}