diff --git a/iconify-icon/icon/src/component.ts b/iconify-icon/icon/src/component.ts index 195226d..372eb48 100644 --- a/iconify-icon/icon/src/component.ts +++ b/iconify-icon/icon/src/component.ts @@ -117,7 +117,7 @@ export function defineIconifyIcon( // Attach shadow DOM const root = (this._shadowRoot = this.attachShadow({ - mode: 'closed', + mode: 'open', })); // Add style