From 46583b0f704ccbd9df67015049157e1aa2251e15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADn=20Gonz=C3=A1lez?= Date: Fri, 3 Jul 2020 23:38:18 +0200 Subject: [PATCH] Fix #19. No fill colors in icons --- dist/pvpc-hourly-pricing-card.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/pvpc-hourly-pricing-card.js b/dist/pvpc-hourly-pricing-card.js index f3a1bee..a802d3a 100644 --- a/dist/pvpc-hourly-pricing-card.js +++ b/dist/pvpc-hourly-pricing-card.js @@ -79,10 +79,10 @@ const locale = { const tariffPeriodIconColors = { error: '--error-color', - normal: '--google-yellow-500', - peak: '--google-red-500', - valley: '--google-green-500', - 'super-valley': '--google-blue-500' + normal: '--warning-color', + peak: '--error-color', + valley: '--success-color', + 'super-valley': '--info-color' }; const tariffPeriodIcons = {