fix: upload card
This commit is contained in:
@@ -370,7 +370,7 @@ export function FileConverter() {
|
|||||||
<div className="space-y-6">
|
<div className="space-y-6">
|
||||||
{/* Upload Card */}
|
{/* Upload Card */}
|
||||||
<Card>
|
<Card>
|
||||||
<CardContent className="pt-6">
|
<CardContent>
|
||||||
{/* File upload */}
|
{/* File upload */}
|
||||||
<FileUpload
|
<FileUpload
|
||||||
onFileSelect={handleFileSelect}
|
onFileSelect={handleFileSelect}
|
||||||
|
|||||||
@@ -328,7 +328,7 @@ export function FileUpload({
|
|||||||
'hover:border-primary hover:bg-primary/5',
|
'hover:border-primary hover:bg-primary/5',
|
||||||
{
|
{
|
||||||
'border-primary bg-primary/10': isDragging,
|
'border-primary bg-primary/10': isDragging,
|
||||||
'border-border bg-background': !isDragging,
|
'border-border bg-input': !isDragging,
|
||||||
'opacity-50 cursor-not-allowed': disabled,
|
'opacity-50 cursor-not-allowed': disabled,
|
||||||
}
|
}
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user