fix: chat general

This commit is contained in:
Timothy J. Baek 2024-01-02 16:06:11 -08:00
parent cb93038abf
commit 092884fec5
4 changed files with 20 additions and 6 deletions

View file

@ -298,7 +298,7 @@
id="chat-textarea"
class=" dark:bg-gray-800 dark:text-gray-100 outline-none w-full py-3 px-2 {fileUploadEnabled
? ''
: ' pl-4'} rounded-xl resize-none"
: ' pl-4'} rounded-xl resize-none h-[48px]"
placeholder={speechRecognitionListening ? 'Listening...' : 'Send a message'}
bind:value={prompt}
on:keypress={(e) => {