Skip to content

Commit

Permalink
fix itemProps style
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilaiwi committed Oct 21, 2019
1 parent 6c9a921 commit 954b207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Expects either a vanilla JS array or an immutableJS array, consisting of objects
onDoubleClick: () => { console.log('You clicked double!') },
className: 'weekend',
style: {
backgroundColor: 'fuchsia'
background: 'fuchsia'
}
}
}
Expand Down

0 comments on commit 954b207

Please sign in to comment.