Adds password confirmation on setting a new password on Settings screen

This commit is contained in:
Sofiya Tepikin
2018-12-04 22:52:49 +01:00
parent 9843fb0157
commit 2a7ffa4666
4 changed files with 116 additions and 29 deletions
+8
View File
@@ -76,6 +76,11 @@ export default StyleSheet.create({
borderRadius: 100,
position: 'absolute'
},
errorMessage: {
color: shadesOfRed[2],
marginLeft: 10,
marginTop: 6,
},
homeView: {
marginHorizontal: 50,
marginTop: 20,
@@ -263,6 +268,9 @@ export default StyleSheet.create({
alignItems: 'center',
margin: 10,
},
settingsButtonDisabled: {
backgroundColor: colorInActive
},
settingsButtonText: {
color: fontOnPrimaryColor
},