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

View File

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