From 079a840a82768d615ec863ad109fca78717f2c3b Mon Sep 17 00:00:00 2001 From: aguilhot Date: Wed, 18 Jan 2023 13:51:38 +0100 Subject: [PATCH] Style --- bob_party/src/Games/Tic-Tac-Toe/TicTacToeStyle.js | 2 +- bob_party/src/components/TopBar.tsx | 2 +- bob_party/src/screens/Profile.tsx | 1 - bob_party/src/screens/SignUp.tsx | 4 ++-- bob_party/src/screens/style/SignUp.style.js | 9 +++++++++ 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/bob_party/src/Games/Tic-Tac-Toe/TicTacToeStyle.js b/bob_party/src/Games/Tic-Tac-Toe/TicTacToeStyle.js index 4e70b88..d9abcfc 100644 --- a/bob_party/src/Games/Tic-Tac-Toe/TicTacToeStyle.js +++ b/bob_party/src/Games/Tic-Tac-Toe/TicTacToeStyle.js @@ -8,7 +8,7 @@ export default StyleSheet.create({ flex:1, backgroundColor:"#45444E", alignItems:"center", - justifyContent:"center" + justifyContent:"center", }, grid:{ width:375, diff --git a/bob_party/src/components/TopBar.tsx b/bob_party/src/components/TopBar.tsx index 6b609c2..cb3d5d8 100644 --- a/bob_party/src/components/TopBar.tsx +++ b/bob_party/src/components/TopBar.tsx @@ -44,7 +44,7 @@ function topBarTopDistance(){ const engrenage = require('../../assets/Icons/UnSelected/Cogs.png'); const cross = require('../../assets/Icons/UnSelected/Cross.png'); const msc = require('../../assets/Icons/FondGris.png'); -const door = require('../../assets/Icons/UnSelected/Door.png'); +const door = require('../../assets/Icons/UnSelected/LeaveConv.png'); export const TopBar : /* Parameters: diff --git a/bob_party/src/screens/Profile.tsx b/bob_party/src/screens/Profile.tsx index 68be165..b9b0e84 100644 --- a/bob_party/src/screens/Profile.tsx +++ b/bob_party/src/screens/Profile.tsx @@ -40,7 +40,6 @@ function Profile(props: { navigation: any; }) { Total de BobCoin gagnés: {useUserStore().user?.getTotalCoins()} - Total de BobCoin gagnés: setSelectedSex(value)} values={[ { label: 'Homme', value: 'Homme' }, { label: 'Femme', value: 'Femme' }, {label: 'Autre', value: 'Autre' } ]} /> createAccount(pseudo,password,date,selectedNationality,selectedSex, dispatch, navigation)}> - S'inscrire + S'inscrire navigation.navigate('SignIn')}> J'ai déjà un compte diff --git a/bob_party/src/screens/style/SignUp.style.js b/bob_party/src/screens/style/SignUp.style.js index 6570545..4404695 100644 --- a/bob_party/src/screens/style/SignUp.style.js +++ b/bob_party/src/screens/style/SignUp.style.js @@ -25,6 +25,15 @@ export default StyleSheet.create({ fontWeight: 'bold', letterSpacing: 0.25, color: 'white', + marginTop: 20, + }, + buttonText: { + fontSize: 16, + lineHeight: 21, + fontWeight: 'bold', + letterSpacing: 0.25, + color: 'white', + marginVertical: 10, }, textLink:{ fontSize:15,