fix: make dropzone larger
This commit is contained in:
parent
03379943de
commit
b7560c80aa
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ export default function Dropzone({ loading, onDrop, children }) {
|
|||
<MantineDropzone loading={loading} onDrop={onDrop}>
|
||||
{status => (
|
||||
<>
|
||||
<Group position='center' spacing='xl' style={{ minHeight: 220, pointerEvents: 'none' }}>
|
||||
<Group position='center' spacing='xl' style={{ minHeight: 440, pointerEvents: 'none' }}>
|
||||
<ImageUploadIcon
|
||||
status={status}
|
||||
style={{ width: 80, height: 80, color: getIconColor(status, theme) }}
|
||||
|
|
Loading…
Reference in a new issue