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