mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
update message input contrast
This commit is contained in:
parent
5cd0b99ae0
commit
41f64da0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -823,7 +823,7 @@
|
|||
id="chat-input"
|
||||
dir="auto"
|
||||
bind:this={chatInputElement}
|
||||
class="scrollbar-hidden bg-transparent dark:text-gray-100 outline-hidden w-full pt-3 px-1 resize-none"
|
||||
class="scrollbar-hidden bg-transparent dark:text-gray-200 outline-hidden w-full pt-3 px-1 resize-none"
|
||||
placeholder={placeholder ? placeholder : $i18n.t('Send a Message')}
|
||||
bind:value={prompt}
|
||||
on:compositionstart={() => (isComposing = true)}
|
||||
|
|
|
|||
Loading…
Reference in a new issue