De-emphasize input for past document version (#468)
This commit is contained in:
parent
29f095bcc9
commit
14e88a9c26
3 changed files with 25 additions and 11 deletions
|
|
@ -228,7 +228,7 @@ export function MultimodalInput({
|
|||
value={input}
|
||||
onChange={handleInput}
|
||||
className={cx(
|
||||
'min-h-[24px] overflow-hidden resize-none rounded-lg text-base bg-muted',
|
||||
'min-h-[24px] overflow-hidden resize-none rounded-xl text-base bg-muted',
|
||||
className
|
||||
)}
|
||||
rows={3}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue