mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-12-06 04:24:10 +01:00
fix dark theme loop labels not visible
* fix loop label text forced to black, ignoring styles * fix styles that were being ignored
This commit is contained in:
@@ -49,7 +49,7 @@ text.actor {
|
||||
}
|
||||
|
||||
.loopText {
|
||||
fill: $labelTextColor;
|
||||
fill: $loopTextColor;
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user