From c3d49f111cee4b0387db955274324d0c8df97cea Mon Sep 17 00:00:00 2001 From: klopez4212 Date: Sat, 4 Jul 2026 11:49:41 +0100 Subject: [PATCH] Give the work panel's PR card its own surface The card's default muted background matched the panel's secondary container exactly; it now uses the same background inset as the branch chip so both read as distinct items on the surface. Co-Authored-By: Claude Fable 5 --- desktop/src/features/chats/ui/ChatWorkPanel.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/desktop/src/features/chats/ui/ChatWorkPanel.tsx b/desktop/src/features/chats/ui/ChatWorkPanel.tsx index f811eee26..19fa2cec1 100644 --- a/desktop/src/features/chats/ui/ChatWorkPanel.tsx +++ b/desktop/src/features/chats/ui/ChatWorkPanel.tsx @@ -51,7 +51,12 @@ export function ChatWorkPanel({ {branch} ) : null} - +