Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b8c3e38

Browse files
authored
feat(gui): improve drop zone (#819)
1 parent 59a5d41 commit b8c3e38

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api-editor/gui/src/common/StyledDropzone.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ export const StyledDropzone: React.FC<StyledDropzoneProps> = function ({ onDrop,
1818
borderColor={borderColor}
1919
backgroundColor={backgroundColor}
2020
textAlign="center"
21+
cursor="pointer"
22+
userSelect="none"
2123
>
2224
<Dropzone onDrop={onDrop}>
2325
{({ getRootProps, getInputProps }) => (

0 commit comments

Comments
 (0)