Browse Source

fixed stff

master
Danilo Di Cuia 2 years ago
parent
commit
79e0b64de3
  1. 2
      src/ImageUpload.js

2
src/ImageUpload.js

@ -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" }}

Loading…
Cancel
Save