fix: empty chat

This commit is contained in:
StyleZhang 2024-03-26 21:28:59 +08:00
parent 829a7b0d16
commit f9caa09cac
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const UserInput = () => {
return (
<div
className={`
rounded-xl border
relative rounded-xl border z-[1]
${!expanded ? 'bg-indigo-25 border-indigo-100 shadow-none' : 'bg-white shadow-xs border-transparent'}
`}
>