From b0837c7424f268c0990ebe7d0cf386145a886b56 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Mon, 24 Aug 2020 23:05:11 +0200 Subject: [PATCH] more visible color for light level --- src/default.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/default.js b/src/default.js index 7733faf..218c004 100644 --- a/src/default.js +++ b/src/default.js @@ -43,7 +43,7 @@ export default { { label: 'light', field: 'data/light', - color: '#ffff00', + color: '#999', fill: '#0000' } ]