Skip to content

Commit

Permalink
Fixed #2344
Browse files Browse the repository at this point in the history
  • Loading branch information
Supriya Kalghatgi authored and Supriya Kalghatgi committed Oct 24, 2018
1 parent 613023b commit 4e4450e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/src/basic/Checkbox.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/basic/Checkbox.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/basic/Checkbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class CheckBox extends Component {
fontSize: variables.CheckboxFontSize,
lineHeight: variables.CheckboxIconSize,
marginTop: variables.CheckboxIconMarginTop,
textShadowRadius: 0
}}
name={platform === "ios" && platformStyle !== "material" ? "ios-checkmark" : "md-checkmark"}
/>
Expand Down

0 comments on commit 4e4450e

Please sign in to comment.