diff --git a/src/panels/config/zone/ha-config-zone.ts b/src/panels/config/zone/ha-config-zone.ts index 475e3822a7..1d794fa3e4 100644 --- a/src/panels/config/zone/ha-config-zone.ts +++ b/src/panels/config/zone/ha-config-zone.ts @@ -489,6 +489,9 @@ export class HaConfigZone extends SubscribeMixin(LitElement) { mwc-icon-button:not([disabled]) { color: var(--secondary-text-color); } + mwc-icon-button { + --mdc-theme-text-disabled-on-light: var(--disabled-text-color); + } .empty { text-align: center; padding: 8px;