#2045 Fix for text color in state diagram v1 in dark

This commit is contained in:
Knut Sveidqvist 2021-05-06 20:43:34 +02:00
parent 2104c983e9
commit 30909bd6fe
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ g.stateGroup line {
fill: ${options.noteBkgColor};
text {
fill: black;
fill: ${options.noteTextColor};
stroke: none;
font-size: 10px;
}