Skip to content

Commit

Permalink
fix(compoent): Fixed CheckBox unsure status w style
Browse files Browse the repository at this point in the history
  • Loading branch information
myxvisual committed Jun 19, 2017
1 parent 59fd892 commit b0bd23e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CheckBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ function getStyles(checkBox: CheckBox): {
) : (
checkedIsNull ? theme.accent : "#fff"
),
flex: "0 0 auto",
padding: 0,
margin: 0,
width: size,
Expand Down

0 comments on commit b0bd23e

Please sign in to comment.