This commit is contained in:
Julia Friesel
2018-09-14 13:08:11 +02:00
parent 01a1fa4385
commit a74eb40805
4 changed files with 42 additions and 17 deletions
+29 -8
View File
@@ -170,7 +170,7 @@ export default StyleSheet.create({
backgroundColor: secondaryColor,
padding: 10,
alignItems: 'center',
margin: 10
margin: 10,
},
settingsButtonText: {
color: fontOnPrimaryColor
@@ -251,16 +251,37 @@ export default StyleSheet.create({
marginTop: 1
},
passwordField: {
backgroundColor: 'white',
padding: 10,
marginTop: 10,
marginHorizontal: 10
marginHorizontal: 10,
backgroundColor: 'white'
},
passwordPromptPage: {
padding: 30,
alignItems: 'center'
},
passwordPromptField: {
padding: 10,
marginTop: 10,
marginHorizontal: 10,
borderBottomWidth: 3,
borderBottomColor: primaryColor,
width: '100%',
fontSize: 20,
marginVertical: 20
},
passwordPromptButton: {
backgroundColor: secondaryColor,
padding: 10,
alignItems: 'center',
margin: 10,
width: '100%',
borderRadius: 10
},
passwordPromptButtonText: {
color: fontOnPrimaryColor,
fontSize: 20
},
passwordPrompt: {
backgroundColor: 'lightgrey',
flex: 1,
padding: 30
}
})
export const iconStyles = {