diff --git a/src/dialogs/more-info/ha-more-info-history.ts b/src/dialogs/more-info/ha-more-info-history.ts index f436a9ddab..746bbb4c82 100644 --- a/src/dialogs/more-info/ha-more-info-history.ts +++ b/src/dialogs/more-info/ha-more-info-history.ts @@ -157,6 +157,7 @@ export class MoreInfoHistory extends LitElement { .no-entries { text-align: center; padding: 16px; + color: var(--secondary-text-color); } ha-logbook { max-height: 250px; diff --git a/src/panels/logbook/ha-logbook.ts b/src/panels/logbook/ha-logbook.ts index e94fd7c72d..86e61d3535 100644 --- a/src/panels/logbook/ha-logbook.ts +++ b/src/panels/logbook/ha-logbook.ts @@ -249,6 +249,7 @@ class HaLogbook extends LitElement { .no-entries { text-align: center; + color: var(--secondary-text-color); } ha-icon {