I’m using the iOS Dark Mode Theme - blue-red.
In Frontend version 20260107.2 and HA 2026.1.3, I started getting dark on dark text in the dropdown menu when editing automations.
Adding this to the theme yaml fixed it:
# Web Awesome (wa-*) text colors
wa-color-text-normal: var(--primary-text-color)
wa-color-text-quiet: var(--secondary-text-color)
# Dropdown / context menu background
wa-color-neutral-fill-normal: "#474747"
# Dropdown / context menu icon color
ha-color-on-neutral-normal: "#8f8f8f"
