typo
This commit is contained in:
parent
b341ce5d69
commit
c8784bf8a1
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ export default function login() {
|
||||||
bgColor ={elementDefaultColor}
|
bgColor ={elementDefaultColor}
|
||||||
secure = {true}
|
secure = {true}
|
||||||
/>
|
/>
|
||||||
<Button title='login' onPress={login}></Button>
|
<Button title='Login' onPress={login}></Button>
|
||||||
</SafeAreaView>
|
</SafeAreaView>
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Reference in a new issue