mirror of
https://github.com/langgenius/dify.git
synced 2026-02-24 18:05:11 +00:00
fix: empty chat
This commit is contained in:
@@ -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'}
|
||||
`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user