1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-20 02:38:53 +00:00

Improve constrast for tile card state (#14504)

This commit is contained in:
Paul Bottein
2022-12-01 16:54:35 +01:00
committed by GitHub
parent 44502d2c8d
commit 915563ce6c

View File

@@ -44,7 +44,7 @@ export class HaTileInfo extends LitElement {
font-size: 12px; font-size: 12px;
line-height: 16px; line-height: 16px;
letter-spacing: 0.4px; letter-spacing: 0.4px;
color: var(--secondary-text-color); color: var(--primary-text-color);
} }
`; `;
} }