Skip to content

Commit

Permalink
Update RegisterScreen.styles.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Loule95450 committed Feb 28, 2024
1 parent c5245be commit 1b9a899
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/screens/register/RegisterScreen.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -48,10 +48,6 @@ export const styles = StyleSheet.create({
flexDirection: 'row',
justifyContent: 'space-between',
},
leftText: {
textAlign: 'left',
width: '50%',
},
rightText: {
textAlign: 'right',
width: '100%',
Expand Down

0 comments on commit 1b9a899

Please sign in to comment.