recover password feature

This commit is contained in:
2026-05-26 11:36:09 +01:00
parent b427fb0f85
commit b48f7783c9
12 changed files with 527 additions and 97 deletions

View File

@@ -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,
},
});