mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
fix(desktop): paint the zone floor with the chrome surface
The pane zone used the card/editor token, so session loading flashed white against the titlebar and tab strip. Chat already paints its own surface; this only fixes the empty floor underneath.
This commit is contained in:
parent
11089899fb
commit
1486046b36
1 changed files with 1 additions and 1 deletions
|
|
@ -345,7 +345,7 @@ export function TreeGroup({
|
|||
|
||||
return (
|
||||
<div
|
||||
className="relative flex min-h-0 min-w-0 flex-1 flex-col overflow-hidden bg-(--ui-bg-editor)"
|
||||
className="relative flex min-h-0 min-w-0 flex-1 flex-col overflow-hidden bg-(--ui-editor-surface-background)"
|
||||
data-tree-group={node.id}
|
||||
// Advertises the visible tab strip so panes can drop their own
|
||||
// self-naming labels (see [data-pane-self-label] in styles.css).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue