mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-22 08:50:13 +02:00
#2045 Fix for text color in state diagram v1 in dark
This commit is contained in:
@@ -51,7 +51,7 @@ g.stateGroup line {
|
||||
fill: ${options.noteBkgColor};
|
||||
|
||||
text {
|
||||
fill: black;
|
||||
fill: ${options.noteTextColor};
|
||||
stroke: none;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user