firtname and lastname before username
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user