1
0
Fork 0
mirror of synced 2024-06-01 18:20:18 +12:00

Fix custom theme integration with date time field

This commit is contained in:
Andrew Kingston 2021-09-10 16:36:43 +01:00
parent 13bfc0212b
commit 6831bbb5d7
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
import { themeStore } from "stores"
</script>
<div style={$themeStore.customThemeCss}>
<div style={$themeStore.customThemeCss} id="theme-root">
<slot />
</div>

View file

@ -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}
/>