mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 11:16:35 +00:00
Fix webhook textfield icon color for dark mode (#21610)
This commit is contained in:
parent
9c6aef033d
commit
e1ae95dd9f
@ -217,6 +217,7 @@ export class HaWebhookTrigger extends LitElement {
|
|||||||
ha-textfield > ha-icon-button {
|
ha-textfield > ha-icon-button {
|
||||||
--mdc-icon-button-size: 24px;
|
--mdc-icon-button-size: 24px;
|
||||||
--mdc-icon-size: 18px;
|
--mdc-icon-size: 18px;
|
||||||
|
color: var(--secondary-text-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
ha-button-menu {
|
ha-button-menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user