diff --git a/src/screens/register/RegisterScreen.styles.ts b/src/screens/register/RegisterScreen.styles.ts index 83f447ca..548d1be7 100644 --- a/src/screens/register/RegisterScreen.styles.ts +++ b/src/screens/register/RegisterScreen.styles.ts @@ -39,7 +39,7 @@ export const styles = StyleSheet.create({ passwordInput: { ...baseTextInput, marginTop: 10, - color: 'black', + // Retiré color: 'black', si noir est déjà la couleur de texte par défaut }, buttonView: { marginTop: 10, @@ -48,10 +48,6 @@ export const styles = StyleSheet.create({ flexDirection: 'row', justifyContent: 'space-between', }, - leftText: { - textAlign: 'left', - width: '50%', - }, rightText: { textAlign: 'right', width: '100%',