Post update to 2026.4.0 my input selects turned white but I’m not finding the theme property to change them.
Has it changed and I missed it?
Post update to 2026.4.0 my input selects turned white but I’m not finding the theme property to change them.
Has it changed and I missed it?
ha-color-form-background: "#121A2A" # search bar background color
ha-color-form-background-hover: "#1B2434" # search bar highlighted background color
ha-color-form-background-disabled: green # used for something, did not yet figured out for what
ha-color-form-ink-color: red # used for something, did not yet figured out for what
![]()
CHANGES TO Frontend Compontents in 2026
The ongoing migration and updates to the Material Design keeps messing up my frontend design. Luckely, I found the documentation on this. ![]()
INPUT COMPONENTS
ha-input is the successor of ha-textfield
ha-textfield API stays but the component is migrated to use ha-input internally and will be removed in 2026.5ha-outlined-text-fieldha-input-search replaces search-input and search-input-outlinedha-input-multi replaces ha-multi-textfieldha-input-copy replaces copy-textfield--ha-color-form-background: var(--ha-color-neutral-95);
--ha-color-form-background-hover: var(--ha-color-neutral-90);
--ha-color-form-background-disabled: var(--ha-color-neutral-80);
**FIND MORE HERE
Frontend component updates 2026.4
Thx…just found that yesterday myself.
On my iphone I noticed since he 2026.4 update now my drop downs are centered on the card rather than left aligned like normal
any idea how to fix this?