De-emphasize input for past document version (#468)

This commit is contained in:
Jeremy 2024-10-30 21:28:33 +05:30 committed by GitHub
parent 29f095bcc9
commit 14e88a9c26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 25 additions and 11 deletions

View file

@ -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}