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

@@ -370,7 +370,7 @@ export function FileConverter() {
<div className="space-y-6">
{/* Upload Card */}
<Card>
<CardContent className="pt-6">
<CardContent>
{/* File upload */}
<FileUpload
onFileSelect={handleFileSelect}

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,
}
)}