2
0
mirror of https://github.com/iconify/iconify.git synced 2024-12-13 14:13:06 +00:00

fix: open shadow root in web component

This commit is contained in:
Vjacheslav Trushkin 2022-10-08 13:39:41 +03:00
parent e82c905ec8
commit b88f667778

View File

@ -117,7 +117,7 @@ export function defineIconifyIcon(
// Attach shadow DOM
const root = (this._shadowRoot = this.attachShadow({
mode: 'closed',
mode: 'open',
}));
// Add style