recover password feature
This commit is contained in:
@@ -166,4 +166,25 @@ export default StyleSheet.create({
|
||||
fontFamily: fonts.medium,
|
||||
fontSize: 16,
|
||||
},
|
||||
passwordWrapper: {
|
||||
height: 52,
|
||||
borderWidth: 1,
|
||||
borderColor: '#D1D5DB',
|
||||
borderRadius: 12,
|
||||
paddingHorizontal: 14,
|
||||
marginBottom: 16,
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
},
|
||||
passwordInput: {
|
||||
flex: 1,
|
||||
fontFamily: fonts.regular,
|
||||
color: '#1F2937',
|
||||
},
|
||||
eyeIcon: {
|
||||
color: '#9098A3',
|
||||
},
|
||||
actionButtonDisabled: {
|
||||
opacity: 0.6,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user