Use secondary text color for no entries (#6931)

This commit is contained in:
Joakim Sørensen 2020-09-11 14:52:12 +02:00 committed by GitHub
parent 1935df1faa
commit 76394ce341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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;

View File

@ -249,6 +249,7 @@ class HaLogbook extends LitElement {
.no-entries {
text-align: center;
color: var(--secondary-text-color);
}
ha-icon {