From a8a26682aefb09c3a5d925ca31d174a7e507ad3b Mon Sep 17 00:00:00 2001 From: alguilhot Date: Fri, 21 Oct 2022 19:01:46 +0200 Subject: [PATCH] ADD: Ajout du style du screen profile --- bob_party/src/screens/style/Profile.style.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bob_party/src/screens/style/Profile.style.js b/bob_party/src/screens/style/Profile.style.js index b6f1a27..aa52a03 100644 --- a/bob_party/src/screens/style/Profile.style.js +++ b/bob_party/src/screens/style/Profile.style.js @@ -39,5 +39,14 @@ export default StyleSheet.create({ letterSpacing: 0.25, color: 'white', marginVertical: (infoGap/2), + }, + pseudoText: { + fontSize: 24, + lineHeight: 21, + fontWeight: 'bold', + letterSpacing: 0.25, + color: 'white', + marginTop :25, + alignSelf: 'center', } }); \ No newline at end of file