Fix webhook textfield icon color for dark mode (#21610)

This commit is contained in:
karwosts 2024-08-06 23:47:26 -07:00 committed by GitHub
parent 9c6aef033d
commit e1ae95dd9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {