This commit is contained in:
2026-07-30 10:03:37 +02:00
parent 018b751723
commit c9e776ae98
19 changed files with 1256 additions and 223 deletions

View File

@@ -467,7 +467,8 @@ const styles = StyleSheet.create({
dividerLine: { flex: 1, height: 1 },
dividerText: { fontSize: 12, fontWeight: '800' },
emailChoiceBtn: {
height: 56,
minHeight: 56,
paddingVertical: 14,
borderRadius: 14,
borderWidth: 1.5,
flexDirection: 'row',
@@ -480,7 +481,7 @@ const styles = StyleSheet.create({
fieldGroup: { gap: 6 },
label: { fontSize: 13, fontWeight: '800', marginLeft: 2 },
inputRow: {
height: 52,
minHeight: 52,
borderWidth: 1,
borderRadius: 14,
flexDirection: 'row',
@@ -488,7 +489,7 @@ const styles = StyleSheet.create({
paddingHorizontal: 14,
},
inputIcon: { marginRight: 10 },
input: { flex: 1, height: 52, fontSize: 15 },
input: { flex: 1, minHeight: 52, fontSize: 15 },
eyeBtn: { padding: 5, marginLeft: 6 },
errorBox: {
flexDirection: 'row',
@@ -500,7 +501,8 @@ const styles = StyleSheet.create({
},
errorText: { flex: 1, fontSize: 13, lineHeight: 18, fontWeight: '700' },
primaryBtn: {
height: 56,
minHeight: 56,
paddingVertical: 14,
borderRadius: 14,
alignItems: 'center',
justifyContent: 'center',