Fix text color in ha-md-select in dark mode (#23174)

This commit is contained in:
Paul Bottein 2024-12-06 09:19:56 +01:00 committed by GitHub
parent 0d7e0df194
commit f724d8e7a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ export class HaMdSelect extends MdFilledSelect {
--md-sys-color-on-surface: var(--input-ink-color);
--md-sys-color-surface-container: var(--input-fill-color);
--md-sys-color-on-secondary-container: var(--primary-text-color);
--md-sys-color-secondary-container: var(--input-fill-color);
--md-menu-container-color: var(--card-background-color);
}