fixed stff

This commit is contained in:
Danilo Di Cuia
2024-02-11 19:29:07 +01:00
parent 7a0dbbd5fb
commit 79e0b64de3
+1 -1
View File
@@ -90,7 +90,7 @@ function ImageUpload({ onImageURLSet, onImageUploading }) {
spacing={2}
style={{ justifyContent: "center", alignItems: "center" }}
>
<img style={{ width: 200 }} src={URL.createObjectURL(image)} />
<img style={{ width: 100 }} src={URL.createObjectURL(image)} />
<Stack
spacing={4}
style={{ width: "100%", justifyContent: "center" }}