Fix custom theme integration with date time field
This commit is contained in:
parent
2820b6adef
commit
cc0c0104fe
|
@ -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}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue