Commit 727204a9 authored by Simon Knox's avatar Simon Knox

fix label colors

parent 994538c3
...@@ -41,7 +41,7 @@ export default { ...@@ -41,7 +41,7 @@ export default {
}, },
methods: { methods: {
labelStyle(label) { labelStyle(label) {
let style; let style = '';
if (label.textColor) { if (label.textColor) {
style += `color: ${label.textColor};` style += `color: ${label.textColor};`
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment