From 3e03d8f97b33e15ceb5de0d2045c5198bd9381ea Mon Sep 17 00:00:00 2001 From: Jiayuan Zhang Date: Mon, 13 Jul 2026 15:58:40 +0800 Subject: [PATCH] fix(views): keep in-card side panels on the content surface color (#5329) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The settings nav and agent overview aside tinted themselves with bg-app-shell/70, pulling the window-chrome tone inside the content card. Since the desktop's active tab merges into the card top (MUL-4439), a tinted panel under the first tabs visibly broke the tab/content seam. Zone separation stays with the hairline divider, row hover/selected states, and the narrow column — matching the inbox panel's existing pattern. Co-authored-by: Lambda Co-authored-by: multica-agent --- packages/views/agents/components/agent-overview-pane.tsx | 4 +++- packages/views/settings/components/settings-page.tsx | 7 +++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/packages/views/agents/components/agent-overview-pane.tsx b/packages/views/agents/components/agent-overview-pane.tsx index 1aaa23087..096c46a57 100644 --- a/packages/views/agents/components/agent-overview-pane.tsx +++ b/packages/views/agents/components/agent-overview-pane.tsx @@ -357,7 +357,9 @@ export function AgentOverviewPane({ {secondaryTabs.length > 0 && activeSecondaryTab && (
-