#2045 name change of state diagram specific theme variable

This commit is contained in:
Knut Sveidqvist
2021-05-09 10:56:39 +02:00
parent 413bdce17c
commit 4720ede442
7 changed files with 10 additions and 10 deletions

View File

@@ -111,7 +111,7 @@ g.stateGroup line {
}
.statediagram-cluster rect {
fill: ${options.clusterTitleBackground};
fill: ${options.compositeTitleBackground};
stroke: ${options.stateBorder || options.nodeBorder};
stroke-width: 1px;
}