diff --git a/src/components/tile/ha-tile-info.ts b/src/components/tile/ha-tile-info.ts index e49a15ee37..5f8d79aa77 100644 --- a/src/components/tile/ha-tile-info.ts +++ b/src/components/tile/ha-tile-info.ts @@ -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); } `; }