mirror of
https://github.com/open-webui/open-webui
synced 2025-05-17 20:05:08 +00:00
Merge pull request #147 from ollama-webui/dev
fix: message input styling
This commit is contained in:
commit
bea9eea681
@ -148,7 +148,7 @@
|
|||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<form
|
<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={() => {
|
on:submit|preventDefault={() => {
|
||||||
submitPrompt(prompt);
|
submitPrompt(prompt);
|
||||||
}}
|
}}
|
||||||
|
Loading…
Reference in New Issue
Block a user