Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Rubenstein authored and Jason Rubenstein committed May 31, 2018
1 parent 7f66991 commit fc4c5a3
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 @@ -56,7 +56,7 @@ import { compose } from 'recompose';
export const enhance = compose(
withState('backgroundColor', 'updateBackgroundColor', '#fff'),
withStyles(({backgroundColor}) => ({
div: {
myDiv: {
backgroundColor
}
}))
Expand Down

0 comments on commit fc4c5a3

Please sign in to comment.