fix floor icon color dark mode (#20310)

This commit is contained in:
Bram Kragten 2024-04-02 10:44:13 +02:00 committed by GitHub
parent 85f2016371
commit a3024b38e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,6 +213,9 @@ class DialogFloorDetail extends LitElement {
display: block; display: block;
margin-bottom: 16px; margin-bottom: 16px;
} }
ha-floor-icon {
color: var(--secondary-text-color);
}
`, `,
]; ];
} }