Skip to content

Commit

Permalink
fix(solar): text color to match energy-distribution-card (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulic75 authored Nov 16, 2022
1 parent 270b3e6 commit efab88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/power-flow-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ export class PowerFlowCard extends LitElement {
border-color: var(--energy-water-color);
}
.solar {
color: var(--energy-solar-color);
color: var(--primary-text-color);
}
.solar .circle {
border-color: var(--energy-solar-color);
Expand Down

0 comments on commit efab88f

Please sign in to comment.