mirror of
https://github.com/stan-smith/FossFLOW.git
synced 2025-12-25 15:39:35 -05:00
feat: updates node connector styling
This commit is contained in:
@@ -65,7 +65,7 @@ export const Node = ({ node, icon, order }: Props) => {
|
||||
top: -projectedTileSize.height
|
||||
}}
|
||||
/>
|
||||
<LabelContainer labelHeight={node.labelHeight} connectorDotSize={5}>
|
||||
<LabelContainer labelHeight={node.labelHeight} connectorDotSize={3}>
|
||||
<MarkdownLabel label={label} />
|
||||
</LabelContainer>
|
||||
</Box>
|
||||
|
||||
Reference in New Issue
Block a user