Skip to content

Commit

Permalink
Improve constrast for tile card state (home-assistant#14504)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Dec 1, 2022
1 parent 44502d2 commit 915563c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tile/ha-tile-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export class HaTileInfo extends LitElement {
font-size: 12px;
line-height: 16px;
letter-spacing: 0.4px;
color: var(--secondary-text-color);
color: var(--primary-text-color);
}
`;
}
Expand Down

0 comments on commit 915563c

Please sign in to comment.