Merge pull request #147 from ollama-webui/dev

fix: message input styling
This commit is contained in:
Timothy Jaeryang Baek 2023-11-25 14:32:48 -05:00 committed by GitHub
commit bea9eea681
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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);
}}