diff --git a/src/components/nodes/ConditionalSwitchNode.tsx b/src/components/nodes/ConditionalSwitchNode.tsx index 67ab97e7..6dc7c0b2 100644 --- a/src/components/nodes/ConditionalSwitchNode.tsx +++ b/src/components/nodes/ConditionalSwitchNode.tsx @@ -229,7 +229,7 @@ export const ConditionalSwitchNode = memo(({ id, data, selected }: NodeProps {/* Input handle (left) - text only, aligned with header */} ) selected={selected} minWidth={200} minHeight={minHeight} - className="bg-neutral-800/50 border-neutral-600" + className="bg-neutral-800/80 border-neutral-600" > {/* Input handles (left) */} {activeInputTypes.map((type, index) => ( diff --git a/src/components/nodes/SwitchNode.tsx b/src/components/nodes/SwitchNode.tsx index 2a5b14d6..b171bd8d 100644 --- a/src/components/nodes/SwitchNode.tsx +++ b/src/components/nodes/SwitchNode.tsx @@ -122,7 +122,7 @@ export const SwitchNode = memo(({ id, data, selected }: NodeProps) selected={selected} minWidth={220} minHeight={minHeight} - className="bg-violet-950/50 border-violet-600" + className="bg-violet-950/80 border-violet-600" > {/* Input handle (left) */} {nodeData.inputType ? (