@ -2,7 +2,7 @@
import { themeStore } from "stores"
</script>
<div style={$themeStore.customThemeCss}>
<div style={$themeStore.customThemeCss} id="theme-root">
<slot />
</div>
@ -56,7 +56,7 @@
disabled={fieldState.disabled}
error={fieldState.error}
id={fieldState.fieldId}
appendTo={document.getElementById("app-root")}
appendTo={document.getElementById("theme-root")}
{enableTime}
{placeholder}
/>