P5-1862 change color for ruler value
This commit is contained in:
Vendored
+1
-1
@@ -1949,7 +1949,7 @@ module.exports = {
|
|||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
width: 75,
|
width: 75,
|
||||||
height: 20,
|
height: 20,
|
||||||
fill: '#33ff33',
|
fill: '#FFFFFF',
|
||||||
},
|
},
|
||||||
|
|
||||||
x: function(lines, bounds) {
|
x: function(lines, bounds) {
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ module.exports = {
|
|||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
width: 75,
|
width: 75,
|
||||||
height: 20,
|
height: 20,
|
||||||
fill: '#33ff33',
|
fill: '#FFFFFF',
|
||||||
},
|
},
|
||||||
|
|
||||||
x: function(lines, bounds) {
|
x: function(lines, bounds) {
|
||||||
|
|||||||
Reference in New Issue
Block a user