#1542 Updated test

This commit is contained in:
Knut Sveidqvist
2020-07-18 13:52:51 +02:00
parent f7a6241ac0
commit e8af778962
4 changed files with 23 additions and 10 deletions

View File

@@ -138,6 +138,11 @@ g.stateGroup line {
ry: 0;
}
#dependencyStart, #dependencyEnd {
fill: ${options.nodeBorder};
stroke: ${options.nodeBorder};
stroke-width: 1;
}
`;
export default getStyles;