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

@@ -216,7 +216,7 @@ export const getTextObj = function () {
const txt = {
x: 0,
y: 0,
'fill': 'black',
'fill': undefined,
'text-anchor': 'start',
style: '#666',
width: 100,