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