Skip to content

Commit

Permalink
Merge pull request #169 from trabian/master
Browse files Browse the repository at this point in the history
Moved editable out of style. It was put there by accident. Fix #155
  • Loading branch information
Crash-- committed May 31, 2016
2 parents 69e3229 + 06646cf commit ce1c3db
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 ce1c3db

Please sign in to comment.