From 01cea9eed43bf4318c4c7e66b4f97a2f0b858370 Mon Sep 17 00:00:00 2001 From: ciregenz Date: Wed, 10 Jun 2026 22:12:38 -0700 Subject: [PATCH] [eric] ui: drop the chat-panel header hairline, the New chat title is just a typography band now --- frontend/src/app/pages/AgentChat/AgentChat.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/frontend/src/app/pages/AgentChat/AgentChat.tsx b/frontend/src/app/pages/AgentChat/AgentChat.tsx index 5d7da56e..85830abb 100644 --- a/frontend/src/app/pages/AgentChat/AgentChat.tsx +++ b/frontend/src/app/pages/AgentChat/AgentChat.tsx @@ -955,13 +955,9 @@ const AgentChat: React.FC = ({ sessionId: sessionIdProp, onClose gap: 1.5, px: 2, py: 1.5, - // Soften the seam: hairline border + match panel bg so the - // header reads as a band of typography inside the chat - // panel rather than a chunky stacked rectangle on top of - // it. Earlier revisions used bg.surface here, which in - // dark mode was visibly lighter than the chat body - // (bg.page) and pulled focus. - borderBottom: `0.5px solid ${c.border.subtle}`, + // No seam: the header is just a band of typography inside the chat + // panel; transparent bg + air carry it, no hairline. (An earlier + // bg.surface here read lighter than the body and pulled focus.) bgcolor: 'transparent', }} >