From 85896918331e2668aed2daf59cd3a45a3267beb0 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Thu, 23 Jan 2020 18:22:44 -0500 Subject: [PATCH] Fixed #215 - Add color distinction between aux heat stages Made the normal aux heat lighter. --- js/beestat/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/beestat/style.js b/js/beestat/style.js index 3830846..93c3b15 100644 --- a/js/beestat/style.js +++ b/js/beestat/style.js @@ -131,7 +131,7 @@ beestat.series.compressor_heat_2 = { beestat.series.auxiliary_heat_1 = { 'name': 'Aux', - 'color': beestat.style.color.red.dark + 'color': beestat.style.color.red.base }; beestat.series.auxiliary_heat_2 = {