diff --git a/src/components/TextInput/BaseTextInput.js b/src/components/TextInput/BaseTextInput.js index 0c12fee0cfb0..fc4584b60f88 100644 --- a/src/components/TextInput/BaseTextInput.js +++ b/src/components/TextInput/BaseTextInput.js @@ -262,7 +262,7 @@ class BaseTextInput extends Component { this.props.inputStyle, !hasLabel && styles.pv0, this.props.prefixCharacter && StyleUtils.getPaddingLeft(this.state.prefixWidth + styles.pl1.paddingLeft), - this.props.secureTextEntry && styles.pr2, + this.props.secureTextEntry && styles.secureInput, ]} multiline={this.props.multiline} maxLength={this.props.maxLength}