Rough out chat

This commit is contained in:
Jon Staab
2024-10-08 11:39:16 -07:00
parent 7ffd02b736
commit 8698dcc359
59 changed files with 833 additions and 437 deletions
+1 -1
View File
@@ -5,6 +5,6 @@
export let props = {}
</script>
<div class="modal-box bg-alt overflow-visible" transition:fly={{duration: 100}}>
<div class="bg-alt modal-box overflow-visible" transition:fly={{duration: 100}}>
<svelte:component this={component} {...props} />
</div>