feat: chat input padding
This commit is contained in:
parent
039a625dbd
commit
21312abd01
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ export function ChatView({
|
|||
</div>
|
||||
)}
|
||||
|
||||
<footer className="container px-4 pb-2 pt-1">
|
||||
<footer className="container px-4 pb-3 pt-1">
|
||||
<ChatInput
|
||||
onSubmit={sendMessage}
|
||||
disabled={isLoading || !!error}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue