From e1ae95dd9f4866dd80d59f3df674469e9c6416a2 Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:47:26 -0700 Subject: [PATCH] Fix webhook textfield icon color for dark mode (#21610) --- .../automation/trigger/types/ha-automation-trigger-webhook.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/config/automation/trigger/types/ha-automation-trigger-webhook.ts b/src/panels/config/automation/trigger/types/ha-automation-trigger-webhook.ts index 42690fb608..86bee36fb5 100644 --- a/src/panels/config/automation/trigger/types/ha-automation-trigger-webhook.ts +++ b/src/panels/config/automation/trigger/types/ha-automation-trigger-webhook.ts @@ -217,6 +217,7 @@ export class HaWebhookTrigger extends LitElement { ha-textfield > ha-icon-button { --mdc-icon-button-size: 24px; --mdc-icon-size: 18px; + color: var(--secondary-text-color); } ha-button-menu {