Merge pull request #2246 from reetghosh1/bug/1794_Unequal_Arrowhead_bug

Fixed Unequal Arrow Bug
This commit is contained in:
Ashish Jain
2021-08-26 18:22:47 +02:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ const getStyles = (options) =>
.edgePath .path {
stroke: ${options.lineColor};
stroke-width: 1.5px;
stroke-width: 2.0px;
}
.flowchart-link {