Fix image upload
This commit is contained in:
@@ -17,7 +17,7 @@ export const ImageUpload = ({
|
||||
<div>
|
||||
<label className="text-sm font-medium">Product Image</label>
|
||||
<div
|
||||
className="relative border rounded-md flex items-center justify-center bg-gray-50 dark:bg-gray-800 w-full h-48"
|
||||
className="relative border rounded-md flex items-center justify-center bg-transparent w-full h-48"
|
||||
style={{ width: imageDimensions.width, height: imageDimensions.height }}
|
||||
>
|
||||
{imagePreview ? (
|
||||
|
||||
Reference in New Issue
Block a user