summaryrefslogtreecommitdiff
path: root/ui/routes/(swatch)
diff options
context:
space:
mode:
Diffstat (limited to 'ui/routes/(swatch)')
-rw-r--r--ui/routes/(swatch)/.swatch/ConversationList/+page.svelte2
-rw-r--r--ui/routes/(swatch)/.swatch/Message/+page.svelte2
2 files changed, 2 insertions, 2 deletions
diff --git a/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte b/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte
index 1a56966..ef0c8a9 100644
--- a/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte
+++ b/ui/routes/(swatch)/.swatch/ConversationList/+page.svelte
@@ -35,7 +35,7 @@
<div class="component-properties">
<label
><p>conversations (json)</p>
- <textarea class="html" bind:value={conversationsInput}></textarea>
+ <textarea bind:value={conversationsInput}></textarea>
</label>
<label>active <input type="text" bind:value={active} /></label>
diff --git a/ui/routes/(swatch)/.swatch/Message/+page.svelte b/ui/routes/(swatch)/.swatch/Message/+page.svelte
index 6faf3bc..aab17d5 100644
--- a/ui/routes/(swatch)/.swatch/Message/+page.svelte
+++ b/ui/routes/(swatch)/.swatch/Message/+page.svelte
@@ -76,7 +76,7 @@ dapibus augue. Pellentesque nec tincidunt sem.
<label
><p>rendered body (markdown)</p>
- <textarea class="html" bind:value={renderedBodyInput}></textarea>
+ <textarea bind:value={renderedBodyInput}></textarea>
</label>
</div>