feat: update voice input button

This commit is contained in:
Fred
2024-03-18 17:52:34 +08:00
parent 42d04d473e
commit e2b15f785a
4 changed files with 83 additions and 26 deletions

View File

@@ -1477,8 +1477,11 @@ function _Chat() {
})}
</div>
)}
<div className="flex gap-2 absolute right-[30px] bottom-[32px]">
<div className="flex gap-2 absolute left-[30px] bottom-[32px]">
<SpeechRecorder textUpdater={setUserInput}></SpeechRecorder>
</div>
<div className="flex gap-2 absolute right-[30px] bottom-[32px]">
<IconButton
icon={<SendWhiteIcon />}
text={Locale.Chat.Send}