mirror of https://github.com/langgenius/dify.git
fix: empty chat
This commit is contained in:
parent
829a7b0d16
commit
f9caa09cac
|
|
@ -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'}
|
||||
`}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue