Fix text color for hass-tabs-subpage with narrow (#9680)

This commit is contained in:
Joakim Sørensen 2021-08-02 18:50:24 +02:00 committed by GitHub
parent 4d01199986
commit 285f3fe330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ class HassTabsSubpage extends LitElement {
flex: 1;
max-height: var(--header-height);
line-height: 20px;
color: var(--sidebar-text-color);
}
.content {