diff --git a/src/components/ha-icon.ts b/src/components/ha-icon.ts index 37e32cbc17da..5016e38c6adf 100644 --- a/src/components/ha-icon.ts +++ b/src/components/ha-icon.ts @@ -186,7 +186,6 @@ export class HaIcon extends LitElement { static styles = css` :host { - display: flex; fill: currentcolor; } `;