Enlarge logo upload area to 256x128 for better preview

This commit is contained in:
Ryan Moon
2026-03-29 16:39:36 -05:00
parent 1002117610
commit cbbf2713a1

View File

@@ -444,7 +444,7 @@ function LogoUpload({ entityId, category, label, description }: { entityId: stri
type="button"
onClick={() => fileInputRef.current?.click()}
disabled={uploading}
className="flex items-center justify-center w-48 h-24 rounded-lg border-2 border-dashed border-muted-foreground/30 bg-muted/30 hover:border-primary hover:bg-muted/50 transition-colors overflow-hidden"
className="flex items-center justify-center w-64 h-32 rounded-lg border-2 border-dashed border-muted-foreground/30 bg-muted/30 hover:border-primary hover:bg-muted/50 transition-colors overflow-hidden"
>
{imgSrc ? (
<img src={imgSrc} alt={label} className="max-w-full max-h-full object-contain p-2" />