chore: legacy cleanup
Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
@@ -70,7 +70,7 @@ export const DragDropContainer = ({
|
||||
animate={{ opacity: 1 }}
|
||||
exit={{ opacity: 0 }}
|
||||
transition={{ duration: 0.15 }}
|
||||
className="absolute inset-0 z-40 rounded-xl border-2 border-dashed border-primary/50 bg-primary/5 backdrop-blur-sm flex items-center justify-center"
|
||||
className="absolute inset-0 z-40 flex items-center justify-center rounded-[10px] border-2 border-dashed border-primary/40 bg-background/92"
|
||||
>
|
||||
<div className="flex flex-col items-center gap-2 text-primary">
|
||||
<FileUp className="h-8 w-8" />
|
||||
|
||||
Reference in New Issue
Block a user