Skip to content

Commit 46583b0

Browse files
committed
Fix #19. No fill colors in icons
1 parent 63fa08b commit 46583b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

dist/pvpc-hourly-pricing-card.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ const locale = {
7979

8080
const tariffPeriodIconColors = {
8181
error: '--error-color',
82-
normal: '--google-yellow-500',
83-
peak: '--google-red-500',
84-
valley: '--google-green-500',
85-
'super-valley': '--google-blue-500'
82+
normal: '--warning-color',
83+
peak: '--error-color',
84+
valley: '--success-color',
85+
'super-valley': '--info-color'
8686
};
8787

8888
const tariffPeriodIcons = {

0 commit comments

Comments
 (0)