Merge pull request #74747 from NousResearch/bb/loading-bg

fix(desktop): match zone loading bg to chrome
This commit is contained in:
brooklyn! 2026-07-30 04:57:18 -05:00 committed by GitHub
commit 19556db610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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