feat: update FlowgramNodeRenderer port colors and add hover effects for improved interactivity
This commit is contained in:
@@ -29,9 +29,10 @@ export function FlowgramNodeRenderer(props: WorkflowNodeProps) {
|
||||
selected ? "border-(--g-selection-background)" : "border-transparent"
|
||||
)}
|
||||
style={{ padding: 0 }}
|
||||
portPrimaryColor="var(--g-selection-background)"
|
||||
portClassName="workflow-node-port"
|
||||
portPrimaryColor="#2575FC"
|
||||
portSecondaryColor="#c9cdd4"
|
||||
portBackgroundColor="hsl(var(--background))"
|
||||
portBackgroundColor="#FFFFFF"
|
||||
>
|
||||
{form?.render()}
|
||||
</WorkflowNodeRenderer>
|
||||
|
||||
Reference in New Issue
Block a user