mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 08:58:09 +08:00
fix: choose file has extra bg
This commit is contained in:
@ -147,7 +147,7 @@ const FilePickerPanel = ({
|
||||
return (
|
||||
<div
|
||||
className={cn(
|
||||
'w-[280px] overflow-hidden rounded-xl border-[0.5px] border-components-panel-border bg-components-panel-bg-blur shadow-lg backdrop-blur-sm',
|
||||
'w-[280px] overflow-hidden rounded-xl border-[0.5px] border-components-panel-border backdrop-blur-sm',
|
||||
className,
|
||||
)}
|
||||
onMouseDown={(e) => {
|
||||
|
||||
Reference in New Issue
Block a user