Skip to content

Commit

Permalink
fix: devHelper bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Mar 13, 2024
1 parent 55ad386 commit 22e19b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buildtime/plugins/devHelper/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const mountHelper = async () => {
const Helper = await import('./modal/Modal.svelte').then(r => r.default)
new Helper({ target: shadowRoot })
el.style['font-size'] = '14px'
})
}, 1000)
}
}

Expand Down

0 comments on commit 22e19b1

Please sign in to comment.