Implement wrong-password-try-again? flow

This commit is contained in:
Julia Friesel
2018-09-14 07:34:28 +02:00
parent b153f8d0ff
commit 8da8523558
4 changed files with 74 additions and 32 deletions
+12 -1
View File
@@ -249,6 +249,17 @@ export default StyleSheet.create({
fontSize: 20,
color: secondaryColor,
marginTop: 1
},
passwordField: {
backgroundColor: 'white',
padding: 10,
marginTop: 10,
marginHorizontal: 10
},
passwordPrompt: {
backgroundColor: 'lightgrey',
flex: 1,
padding: 30
}
})
@@ -268,6 +279,6 @@ export const iconStyles = {
color: fontOnPrimaryColor
},
menuIconInactive: {
color: 'lightgrey'
color: 'lightgrey',
},
}