text style updates

This commit is contained in:
noumantahir 2021-09-17 20:42:30 +05:00
parent 1f73ebbced
commit d09210f79c
2 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ export const ProfileBasic = ({avatarUrl, username, about, votingPower, isLoading
</View>
<Text style={styles.title}>{`@${username}`}</Text>
<Text style={styles.bodyText} numberOfLines={2} >{about}</Text>
{!!about && <Text style={styles.bodyText} numberOfLines={2} >{about}</Text>}
<Text style={styles.bodyText}>{joinedString}</Text>
</View>
</TouchableOpacity>

View File

@ -53,7 +53,7 @@ export default EStyleSheet.create({
alignSelf: 'center',
textAlign: 'center',
fontSize: 16,
fontWeight: 'bold',
fontWeight: 'normal',
} as TextStyle,
@ -62,10 +62,10 @@ export default EStyleSheet.create({
alignSelf: 'center',
textAlign: 'center',
fontSize: 18,
fontWeight: '500',
marginTop:6,
} as TextStyle,
btnText:{
color:'$pureWhite'
} as TextStyle,