fix: upload card
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user