|
|
|
@ -90,7 +90,7 @@ function ImageUpload({ onImageURLSet, onImageUploading }) { |
|
|
|
spacing={2} |
|
|
|
spacing={2} |
|
|
|
style={{ justifyContent: "center", alignItems: "center" }} |
|
|
|
style={{ justifyContent: "center", alignItems: "center" }} |
|
|
|
> |
|
|
|
> |
|
|
|
<img style={{ width: 200 }} src={URL.createObjectURL(image)} /> |
|
|
|
<img style={{ width: 100 }} src={URL.createObjectURL(image)} /> |
|
|
|
<Stack |
|
|
|
<Stack |
|
|
|
spacing={4} |
|
|
|
spacing={4} |
|
|
|
style={{ width: "100%", justifyContent: "center" }} |
|
|
|
style={{ width: "100%", justifyContent: "center" }} |
|
|
|
|