Skip to content

Commit

Permalink
Fix text color in ha-md-select in dark mode (#23174)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored and bramkragten committed Dec 6, 2024
1 parent 287a068 commit c6c5ea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ha-md-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit c6c5ea3

Please sign in to comment.