Skip to content

Commit 14c59a7

Browse files
default node is round
1 parent 94037d1 commit 14c59a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/nodes/DefaultNode.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default function DefaultNode({ data }) {
88
width: 180,
99
background: data.nodeColor || '#DDE6ED',
1010
color: 'black',
11-
borderRadius: 0,
11+
borderRadius: 8,
1212
padding: 10,
1313
fontWeight: 'bold',
1414
position: 'relative',

0 commit comments

Comments
 (0)