Skip to content

Commit 6d7f434

Browse files
authored
Changed styleLabel propType
1 parent f4b241d commit 6d7f434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class CircleCheckBox extends Component {
2929
onToggle: React.PropTypes.func.isRequired,
3030
labelPosition: React.PropTypes.oneOf(['right', 'left']),
3131
styleCheckboxContainer: View.propTypes.style,
32-
styleLabel: View.propTypes.style,
32+
styleLabel: Text.propTypes.style,
3333
};
3434

3535
static defaultProps = {

0 commit comments

Comments
 (0)