Skip to content

Commit 2b914b8

Browse files
author
jonisaa
committed
#2 Fix over styles
1 parent 11e5ca2 commit 2b914b8

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/components/common/DropZone.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -191,12 +191,10 @@ export default class DropZone extends Component {
191191

192192
if (!className && !style && !activeStyle && !rejectStyle) {
193193
style = {
194-
width: 200,
195-
height: 200,
196-
borderWidth: 2,
197-
borderColor: '#666',
194+
borderWidth: 1,
195+
borderColor: '#bdbdbd',
198196
borderStyle: 'dashed',
199-
borderRadius: 5
197+
borderRadius: 1
200198
};
201199
activeStyle = {
202200
borderStyle: 'solid',

0 commit comments

Comments
 (0)