Skip to content

Commit

Permalink
Fix #19. No fill colors in icons
Browse files Browse the repository at this point in the history
  • Loading branch information
danimart1991 committed Jul 3, 2020
1 parent 63fa08b commit 46583b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dist/pvpc-hourly-pricing-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 46583b0

Please sign in to comment.