We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4b241d commit 6d7f434Copy full SHA for 6d7f434
index.js
@@ -29,7 +29,7 @@ class CircleCheckBox extends Component {
29
onToggle: React.PropTypes.func.isRequired,
30
labelPosition: React.PropTypes.oneOf(['right', 'left']),
31
styleCheckboxContainer: View.propTypes.style,
32
- styleLabel: View.propTypes.style,
+ styleLabel: Text.propTypes.style,
33
};
34
35
static defaultProps = {
0 commit comments