Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Remove comment marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Laco committed Sep 24, 2018
1 parent cd0d040 commit 28f94be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/src/views/shared/checkbox/checkbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const OUTLINE: ViewStyle = {
marginTop: 2, // finicky and will depend on font/line-height/baseline/weather
justifyContent: "center",
alignItems: "center",
borderWidth: 1,//
borderWidth: 1,
borderColor: color.primaryDarker,
borderRadius: 1,
}
Expand Down

0 comments on commit 28f94be

Please sign in to comment.