diff --git a/src/formInputs/FormInputHOC.js b/src/formInputs/FormInputHOC.js index a023ac0..2f9f208 100644 --- a/src/formInputs/FormInputHOC.js +++ b/src/formInputs/FormInputHOC.js @@ -38,7 +38,7 @@ const propTypes = { invalidInputStyle: Text.propTypes.style, errorContainerStyle: ViewPropTypes.style, - errorTextStyle: ViewPropTypes.style, + errorTextStyle: Text.propTypes.style, errorText: PropTypes.string, validator: PropTypes.func,