diff --git a/packages/builder/src/components/userInterface/AppPreview/CurrentItemPreview.svelte b/packages/builder/src/components/userInterface/AppPreview/CurrentItemPreview.svelte index 02250a0fe1..5e68f2e4f0 100644 --- a/packages/builder/src/components/userInterface/AppPreview/CurrentItemPreview.svelte +++ b/packages/builder/src/components/userInterface/AppPreview/CurrentItemPreview.svelte @@ -25,7 +25,7 @@ ) $: hasComponent = !!$store.currentPreviewItem $: { - style = "" + styles = "" // Apply the CSS from the currently selected page and its screens const currentPage = $store.pages[$store.currentPageName] styles += currentPage._css