fix: upload card

This commit is contained in:
2026-02-25 21:36:23 +01:00
parent 311d80bd41
commit 225a9ad7fb
2 changed files with 2 additions and 2 deletions

View File

@@ -328,7 +328,7 @@ export function FileUpload({
'hover:border-primary hover:bg-primary/5',
{
'border-primary bg-primary/10': isDragging,
'border-border bg-background': !isDragging,
'border-border bg-input': !isDragging,
'opacity-50 cursor-not-allowed': disabled,
}
)}