chore: legacy cleanup

Signed-off-by: Dmytro Stanchiev <git@dmytros.dev>
This commit is contained in:
2026-04-21 20:24:04 -04:00
parent 915e0b7cf8
commit 276fbad45e
10 changed files with 95 additions and 117 deletions

View File

@@ -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" />