fix: message input styling

This commit is contained in:
Timothy J. Baek 2023-11-25 11:31:43 -08:00
parent 40653669f6
commit 479913cf76

View file

@ -148,7 +148,7 @@
}}
/>
<form
class=" flex flex-col relative w-full rounded-xl border dark:border-gray-600"
class=" flex flex-col relative w-full rounded-xl border dark:border-gray-600 bg-white dark:bg-gray-800 dark:text-gray-100"
on:submit|preventDefault={() => {
submitPrompt(prompt);
}}