Skip to content

Commit

Permalink
Update rpi-monitor-card.ts
Browse files Browse the repository at this point in the history
- repair use of theme values in Full card layout. (#19)
  • Loading branch information
ironsheep committed Feb 6, 2023
1 parent 8f48bf3 commit 0df1f79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rpi-monitor-card.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1102,8 +1102,8 @@ export class RPiMonitorCard extends LitElement {
<div class="icon-holder">
<ha-icon id="${currIconCssID}" class="attr-icon-full pointer" icon="mdi:${currIconName}"></ha-icon>
</div>
<div class="info pointer text-content attr-value">${currName}</div>
<div id="${currLabelCssID}" class="text-content right uom">${interpValue}</div>
<div class="text-content uom">${currName}</div>
<div id="${currLabelCssID}" class="info pointer text-content right attr-value">${interpValue}</div>
</rpi-attribute-row>
</div>
`);
Expand Down

0 comments on commit 0df1f79

Please sign in to comment.