mirror of
https://github.com/langgenius/dify.git
synced 2026-04-05 23:10:48 +08:00
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
Block a user