fixed stff
This commit is contained in:
+1
-1
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user