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:
Jonathan Newnham
2019-05-14 11:23:37 +10:00
parent 7d3578b31a
commit c1d252afe0
6 changed files with 8 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ text.actor {
}
.loopText {
fill: $labelTextColor;
fill: $loopTextColor;
stroke: none;
}