Skip to content

Commit b9bd846

Browse files
mienaikoepeacechen
authored andcommitted
set selectTextStyle propType to Text.propTypes.style (d-a-n#26)
1 parent f30a589 commit b9bd846

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
@@ -26,7 +26,7 @@ const propTypes = {
2626
animationType: Modal.propTypes.animationType,
2727
style: ViewPropTypes.style,
2828
selectStyle: ViewPropTypes.style,
29-
selectTextStyle: ViewPropTypes.style,
29+
selectTextStyle: Text.propTypes.style,
3030
optionStyle: ViewPropTypes.style,
3131
optionTextStyle: Text.propTypes.style,
3232
optionContainerStyle: ViewPropTypes.style,

0 commit comments

Comments
 (0)