Fixed Unequal Arrow Bug

This commit is contained in:
Reet Ghosh 2021-08-17 22:52:10 +05:30 committed by GitHub
parent 768536b9e2
commit d9a9eb56a7
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 {