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:
Brooklyn Nicholson 2026-07-30 04:49:06 -05:00
parent 11089899fb
commit 1486046b36

View file

@ -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).