mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 08:46:35 +00:00
Fix text color for hass-tabs-subpage with narrow (#9680)
This commit is contained in:
parent
4d01199986
commit
285f3fe330
@ -274,6 +274,7 @@ class HassTabsSubpage extends LitElement {
|
|||||||
flex: 1;
|
flex: 1;
|
||||||
max-height: var(--header-height);
|
max-height: var(--header-height);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
|
color: var(--sidebar-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user