mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Use secondary text color for no entries (#6931)
This commit is contained in:
parent
1935df1faa
commit
76394ce341
@ -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;
|
||||
|
@ -249,6 +249,7 @@ class HaLogbook extends LitElement {
|
||||
|
||||
.no-entries {
|
||||
text-align: center;
|
||||
color: var(--secondary-text-color);
|
||||
}
|
||||
|
||||
ha-icon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user