From b88f6677780302bfff8b01108591b6c87137f57d Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sat, 8 Oct 2022 13:39:41 +0300 Subject: [PATCH] fix: open shadow root in web component --- iconify-icon/icon/src/component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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