set case of input
This commit is contained in:
parent
09e22b6eca
commit
5407f6bfe5
1 changed files with 2 additions and 1 deletions
|
@ -169,12 +169,13 @@ export class Login extends React.Component {
|
|||
Please enter your CircleCI token
|
||||
</Text>
|
||||
<TextInput
|
||||
style={[styles.input, styles.text]}
|
||||
style={[styles.text, styles.input]}
|
||||
onChangeText={this.textChanged}
|
||||
value={this.state.token}
|
||||
onSubmitEditing={this.validate}
|
||||
placeholder="CircleCI Token"
|
||||
placeholderTextColor="#A7A7A7"
|
||||
autoCapitalize={'none'}
|
||||
autoCorrect={false}
|
||||
/>
|
||||
<TouchableWithoutFeedback onPress={this.showTokenHelp}>
|
||||
|
|
Reference in a new issue