Skip to content

Commit 6b97492

Browse files
author
Jonatan Salas
committed
#2 update on DropZone
1 parent 1321aea commit 6b97492

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/common/DropZone.js

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

192192
if (!className && !style && !activeStyle && !rejectStyle) {
193193
style = {
194-
backgroundColor: "#f5f5f5",
194+
backgroundColor: "#fafafa",
195195
width: 'auto',
196196
borderWidth: 1,
197197
borderColor: '#757575',
@@ -200,11 +200,11 @@ export default class DropZone extends Component {
200200
};
201201
activeStyle = {
202202
borderStyle: 'solid',
203-
backgroundColor: '#f5f5f5'
203+
backgroundColor: '#fafafa'
204204
};
205205
rejectStyle = {
206206
borderStyle: 'solid',
207-
backgroundColor: '#f5f5f5'
207+
backgroundColor: '#fafafa'
208208
};
209209
}
210210

0 commit comments

Comments
 (0)