improve styles of drag and drop upload
This commit is contained in:
parent
ce7a187e40
commit
2e6d4cd01a
@ -142,9 +142,10 @@ function ImageUpload({ setReferenceImages }: Props) {
|
|||||||
{/* eslint-disable-next-line @typescript-eslint/no-explicit-any */}
|
{/* eslint-disable-next-line @typescript-eslint/no-explicit-any */}
|
||||||
<div {...getRootProps({ style: style as any })}>
|
<div {...getRootProps({ style: style as any })}>
|
||||||
<input {...getInputProps()} />
|
<input {...getInputProps()} />
|
||||||
<p className="text-slate-700 font-bold">
|
<p className="text-slate-700 text-lg">
|
||||||
Drag & drop a screenshot here, or paste from clipboard, or click to
|
Drag & drop a screenshot here, <br />
|
||||||
upload
|
or paste from clipboard, <br />
|
||||||
|
or click to upload
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user