mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-17 10:21:33 +03:00
text style updates
This commit is contained in:
parent
1f73ebbced
commit
d09210f79c
@ -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>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user