diff --git a/bob_party/src/navigation/AppNavigator.tsx b/bob_party/src/navigation/AppNavigator.tsx
index df24d24..460dbf6 100644
--- a/bob_party/src/navigation/AppNavigator.tsx
+++ b/bob_party/src/navigation/AppNavigator.tsx
@@ -18,7 +18,7 @@ import Conversation from '../screens/Conversation'
import Test from '../screens/Test'
import MatchMaking from '../screens/MatchMaking'
-import TicTacToe from '../Games/Tic-Tac-Toe/Tic-Tac-Toe'
+import TicTacToe from '../Games/Tic-Tac-Toe/tic-tac-toe'
const HomeStack = createStackNavigator();
diff --git a/bob_party/src/screens/SignUp.tsx b/bob_party/src/screens/SignUp.tsx
index b70b945..88081ab 100644
--- a/bob_party/src/screens/SignUp.tsx
+++ b/bob_party/src/screens/SignUp.tsx
@@ -83,7 +83,7 @@ function SignUp(props: { navigation: any; }) {
break;
case (errorList.invalidPassword):
- Alert.alert("Votre pseudo doit contenir au moins une majuscule, une majuscule, un chiffre et un caractère spécial (#?!@$%^&*-)");
+ Alert.alert("Votre password doit contenir au moins une majuscule, une majuscule, un chiffre et un caractère spécial (#?!@$%^&*-)");
dispatch(updateInvalidPassword(false));
break;
@@ -99,7 +99,7 @@ function SignUp(props: { navigation: any; }) {
Login
- setPseudo(val)} autoCapitalize='none' />
+ setPseudo(val)} autoCapitalize='none'/>
diff --git a/bob_party/src/screens/style/SignUp.style.js b/bob_party/src/screens/style/SignUp.style.js
index 6889ee4..8e4e756 100644
--- a/bob_party/src/screens/style/SignUp.style.js
+++ b/bob_party/src/screens/style/SignUp.style.js
@@ -6,7 +6,8 @@ export default StyleSheet.create({
width: '100%',
height: '5%',
backgroundColor: 'white',
- padding: 10,
+ color:'black',
+ padding: 20,
marginTop: 10,
},
button: {