From 4754007d21c5da53d25a58cd7c7e62c70be38e14 Mon Sep 17 00:00:00 2001 From: Oleg Milkin Date: Wed, 18 Oct 2017 16:50:43 +0300 Subject: [PATCH] P5-1862 change color for ruler value --- dist/image-editor.js | 2 +- src/config/ruler-handle.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/image-editor.js b/dist/image-editor.js index 04b79f9..6d569ac 100644 --- a/dist/image-editor.js +++ b/dist/image-editor.js @@ -1949,7 +1949,7 @@ module.exports = { fontSize: 12, width: 75, height: 20, - fill: '#33ff33', + fill: '#FFFFFF', }, x: function(lines, bounds) { diff --git a/src/config/ruler-handle.js b/src/config/ruler-handle.js index 75a8fe1..717ab8f 100644 --- a/src/config/ruler-handle.js +++ b/src/config/ruler-handle.js @@ -17,7 +17,7 @@ module.exports = { fontSize: 12, width: 75, height: 20, - fill: '#33ff33', + fill: '#FFFFFF', }, x: function(lines, bounds) {