Skip to content

Commit 954b207

Browse files
authored
fix itemProps style
1 parent 6c9a921 commit 954b207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Expects either a vanilla JS array or an immutableJS array, consisting of objects
122122
onDoubleClick: () => { console.log('You clicked double!') },
123123
className: 'weekend',
124124
style: {
125-
backgroundColor: 'fuchsia'
125+
background: 'fuchsia'
126126
}
127127
}
128128
}

0 commit comments

Comments
 (0)