Some more UI changes for circle profile

This commit is contained in:
Adolfo Reyna
2023-07-22 22:52:24 -04:00
parent 919cd4be3b
commit 0c8aa9fc21
7 changed files with 65 additions and 46 deletions

View File

@@ -51,12 +51,12 @@ const styles = StyleSheet.create({
alignItems: 'center',
},
profileName: {
fontSize: 16,
fontWeight: 'bold',
fontSize: 17,
fontWeight: '500',
},
smallProfileName: {
fontSize: 14,
fontWeight: 'bold',
fontWeight: '500',
},
});