Skip to content

Commit 2d9a370

Browse files
committed
change edge type
1 parent 4d4caf2 commit 2d9a370

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/helpers/cytoscape/styles

1 file changed

+1
-1
lines changed

packages/app/src/helpers/cytoscape/styles/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export function getCytoscapeStylesheet(
228228
"line-color": styles.edge.colors.default,
229229
"target-arrow-color": styles.edge.colors.default,
230230
"target-arrow-shape": "triangle",
231-
"curve-style": "straight",
231+
"curve-style": "bezier",
232232
},
233233
},
234234
{

0 commit comments

Comments
 (0)