Skip to content

Commit

Permalink
Update to make text/icons work better with new default theme control
Browse files Browse the repository at this point in the history
- Icons are now set to primary-color
- Error state text is now set to accent-color
  • Loading branch information
badguy99 committed Sep 13, 2020
1 parent d234ce1 commit eb06132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/PlantPictureCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,15 @@ class PlantPictureCard extends HTMLElement {
ha-icon {
cursor: pointer;
color: var(--paper-item-icon-color);
color: var(--primary-color);
}
.state-problem {
color: var(--google-red-500);
color: var(--accent-color);
}
.uom {
color: var(--secondary-text-color);
color: var(--primary-text-color);
}
`;
Expand Down

0 comments on commit eb06132

Please sign in to comment.