Browse Source

fix(47-02): use solid background for parameter area

- Change from bg-neutral-900/60 to bg-neutral-900
- Improves visual separation from canvas background
- Parameters area now clearly distinguishable
handoff-20260429-1057
shrimbly 4 months ago
parent
commit
2c5bd93581
  1. 2
      src/components/nodes/InlineParameterPanel.tsx

2
src/components/nodes/InlineParameterPanel.tsx

@ -53,7 +53,7 @@ export function InlineParameterPanel({
opacity: expanded ? 1 : 0, opacity: expanded ? 1 : 0,
}} }}
> >
<div className="nodrag nopan nowheel bg-neutral-900/60 px-3 pb-3"> <div className="nodrag nopan nowheel bg-neutral-900 px-3 pb-3">
<div className="space-y-2">{children}</div> <div className="space-y-2">{children}</div>
</div> </div>
</div> </div>

Loading…
Cancel
Save