mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-31 19:16:29 +00:00
Merge pull request #74747 from NousResearch/bb/loading-bg
fix(desktop): match zone loading bg to chrome
This commit is contained in:
commit
19556db610
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