mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-10 07:44:40 +01:00
Fixed Unequal Arrow Bug
This commit is contained in:
@@ -38,7 +38,7 @@ const getStyles = (options) =>
|
|||||||
|
|
||||||
.edgePath .path {
|
.edgePath .path {
|
||||||
stroke: ${options.lineColor};
|
stroke: ${options.lineColor};
|
||||||
stroke-width: 1.5px;
|
stroke-width: 2.0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.flowchart-link {
|
.flowchart-link {
|
||||||
|
|||||||
Reference in New Issue
Block a user