mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 19:26:36 +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 {
|
.no-entries {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
ha-logbook {
|
ha-logbook {
|
||||||
max-height: 250px;
|
max-height: 250px;
|
||||||
|
@ -249,6 +249,7 @@ class HaLogbook extends LitElement {
|
|||||||
|
|
||||||
.no-entries {
|
.no-entries {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-icon {
|
ha-icon {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user