style: streamline media app upload component with favicon app styling

This commit is contained in:
2026-02-26 17:52:41 +01:00
parent 1f1b138089
commit 1d72f34b65
2 changed files with 35 additions and 30 deletions

View File

@@ -369,8 +369,8 @@ export function FileConverter() {
{/* Left Column: Upload and Conversion Options */}
<div className="space-y-6">
{/* Upload Card */}
<Card>
<CardContent>
<Card className="glass">
<CardContent className="p-6">
{/* File upload */}
<FileUpload
onFileSelect={handleFileSelect}
@@ -385,7 +385,7 @@ export function FileConverter() {
{/* Conversion Options Card */}
{inputFormat && compatibleFormats.length > 0 && (
<Card>
<Card className="glass">
<CardHeader>
<CardTitle>Conversion Options</CardTitle>
</CardHeader>
@@ -671,8 +671,8 @@ export function FileConverter() {
<div className="space-y-6">
{/* Download All Button */}
{completedCount > 0 && (
<Card>
<CardContent>
<Card className="glass">
<CardContent className="p-6">
<Button
onClick={handleDownloadAll}
className="w-full"