Skip to content

Commit

Permalink
Moved editable out of style. It was put there by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Miller committed May 31, 2016
1 parent 69e3229 commit 06646cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mdl/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,14 @@ class Checkbox extends Component {
static defaultProps = {
pointerEvents: 'box-only',
maskColor: MKColor.Transparent,
editable: true,
style: {
justifyContent: 'center',
alignItems: 'center',
width: 20,
height: 20,
borderWidth: 2,
borderRadius: 1,
editable: true,
},
};

Expand Down

0 comments on commit 06646cf

Please sign in to comment.