mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
Merge branch '2057_direction_chang_composite_states' into develop
This commit is contained in:
@@ -103,7 +103,7 @@ g.stateGroup line {
|
||||
}
|
||||
.node polygon {
|
||||
fill: ${options.mainBkg};
|
||||
stroke: ${options.nodeBorder};
|
||||
stroke: ${options.stateBorder || options.nodeBorder};;
|
||||
stroke-width: 1px;
|
||||
}
|
||||
#statediagram-barbEnd {
|
||||
|
Reference in New Issue
Block a user