File tree Expand file tree Collapse file tree
packages/ui/src/components/primitives Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ export const DropZoneArea = (
182182 data-file-dialog-active = { dropzoneCtx . isFileDialogActive }
183183 data-disabled = { dropzoneCtx . disabled }
184184 className = { cn (
185- 'group/dropzone relative h-auto w-full flex-col overflow-hidden rounded-md border border-dashed p-12' ,
185+ 'bg-background group/dropzone relative h-auto w-full flex-col overflow-hidden rounded-md border border-dashed p-12' ,
186186 'data-[drag-active=true]:ring-ring ring-offset-2 data-[drag-active=true]:outline-none data-[drag-active=true]:ring-[2px]' ,
187187 'data-[disabled=true]:bg-surface-primary-disabled' ,
188188 props . className
@@ -260,7 +260,7 @@ export const DropZoneEmptyUploadButton = ({
260260 variant = "outline"
261261 asChild
262262 className = { cn (
263- 'group-data -[disabled=true]/dropzone:bg-surface-primary-disabled group-data-[disabled=true]/dropzone:active:bg-surface-primary-disabled group-data-[disabled=true]/dropzone:cursor-default' ,
263+ 'group-hadata -[disabled=true]/dropzone:bg-surface-primary-disabled group-data-[disabled=true]/dropzone:active:bg-surface-primary-disabled group-data-[disabled=true]/dropzone:cursor-default' ,
264264 className
265265 ) }
266266 children = {
You can’t perform that action at this time.
0 commit comments