From 76394ce341c1eadab101f10eceae267c425a9cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Fri, 11 Sep 2020 14:52:12 +0200 Subject: [PATCH] Use secondary text color for no entries (#6931) --- src/dialogs/more-info/ha-more-info-history.ts | 1 + src/panels/logbook/ha-logbook.ts | 1 + 2 files changed, 2 insertions(+) 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 {