firtname and lastname before username

This commit is contained in:
2025-10-22 12:01:32 +02:00
parent 91163b8a75
commit a33e2ed555
16 changed files with 495 additions and 75 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ const Register = () => {
title="Inscription"
>
<View style={styles.pageContent}>
<ItemContainer height={520} disableKeyboardHeight>
<ItemContainer height={620} disableKeyboardHeight>
<View style={styles.formContent}>
<Text style={styles.title}>Renseigne tes informations</Text>
{preferredLanguage && (
@@ -287,7 +287,7 @@ const styles = StyleSheet.create({
width: "100%",
maxWidth: 420,
maxHeight: "80%",
backgroundColor: Palette.darkPurple,
backgroundColor: Palette.ultraLightWhite,
borderRadius: 20,
padding: 16,
gap: 12,