Skip to content

Commit

Permalink
Fix CB port color (#11834)
Browse files Browse the repository at this point in the history
Fixes #11830
  • Loading branch information
farmaazon authored Dec 11, 2024
1 parent f1a283b commit bf7fe67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ defineExpose({
const rootStyle = computed(() => {
return {
'--color-node-primary': props.nodeColor,
'--node-group-color': props.nodeColor,
'--port-edge-width': `${4 * props.navigator.scale}px`,
}
})
Expand Down

0 comments on commit bf7fe67

Please sign in to comment.