mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-08 18:16:44 +02:00
MC-1730 Fixed border-color for statediagram notes
This commit is contained in:
@@ -219,6 +219,11 @@ g.stateGroup line {
|
||||
.statediagram-note .nodeLabel {
|
||||
color: ${options.noteTextColor};
|
||||
}
|
||||
|
||||
.node.statediagram-note rect {
|
||||
stroke: ${options.noteBorderColor} !important;
|
||||
}
|
||||
|
||||
.statediagram .edgeLabel {
|
||||
color: red; // ${options.noteTextColor};
|
||||
}
|
||||
|
Reference in New Issue
Block a user