Skip to content

Commit

Permalink
Small UI change
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Sep 22, 2024
1 parent fcf9370 commit 6eba4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/app/create/_components/MediaPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const MediaPreview: React.FC<MediaPreviewProps> = ({ image, animationUrl,
<div
className={`relative flex items-center justify-center w-60 h-72 rounded-lg shadow-lg ${
dragActive ? "bg-blue-400 border-2 border-blue-600" : ""
} ${previewImage ? "" : "bg-blue-100 dark:bg-blue-950"}`}
} ${previewImage ? "" : "bg-blue-50 dark:bg-blue-950"}`}
onDragOver={handleDragOver}
onDragLeave={handleDragLeave}
onDrop={handleDrop}
Expand Down

0 comments on commit 6eba4f7

Please sign in to comment.