[eric] ui: drop the chat-panel header hairline, the New chat title is just a typography band now

This commit is contained in:
ciregenz
2026-06-10 22:12:38 -07:00
parent a801f5048e
commit 01cea9eed4
@@ -955,13 +955,9 @@ const AgentChat: React.FC<AgentChatProps> = ({ 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',
}}
>