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
commit 2e02f843ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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