After upgrade at Home Assistant 2022.3.1 the drop down menu color is white!

After upgrade at Home Assistant 2022.3.1 the drop down menu color is white!

If you read the release notes topic you will find the theme variables to set to change this.

The release notes cover why this has happened too. You should always read them before updating.

There is a workaround to restore the previous color?

That is what I said, yes.

UI Upgrades

We have been working hard on upgrading the Home Assistant frontend to use Material Web Components (MWC) everywhere, saying goodbye to our old (and deprecated) paper style.

This allows our frontend to be up-to-date with the latest features and the latest style. As you’ll notice, these elements have a different look from the older style, so don’t be alarmed if your inputs look slightly different.

Updating to MWC gives us many new opportunities for the future and makes Home Assistant more accessible, for example, when using a screen reader.

Where is the solution? I don’t understand what i have to do!

Did you read this?

https://community.home-assistant.io/t/2022-3-select-and-play-media/398201/191

input-ink-color: ‘var(–primary-text-color)’
input-label-ink-color: ‘var(–secondary-text-color)’
input-disabled-ink-color: ‘var(–secondary-text-color)’
input-fill-color: rgba(0, 0, 0, 0)
input-dropdown-icon-color: ‘var(–primary-text-color)’
input-idle-line-color: ‘var(–secondary-text-color)’
input-hover-line-color: ‘var(–primary-text-color)’

This work pretty well for me

Thank you very much!

1 Like

One more left:

kép

What’s the variable to set the color of the measurement unit (here %)?

Also, is there a way to narrow the input_number (mode box) as it’s way too wide by default…