Adds password confirmation on setting a new password on Settings screen
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user