Use atoms for a couple stray fontWeights
This commit is contained in:
@@ -27,7 +27,7 @@ export function ProfileHeaderDisplayName({
|
|||||||
t.atoms.text,
|
t.atoms.text,
|
||||||
gtMobile ? a.text_4xl : a.text_3xl,
|
gtMobile ? a.text_4xl : a.text_3xl,
|
||||||
a.self_start,
|
a.self_start,
|
||||||
{fontWeight: '600'},
|
a.font_heavy,
|
||||||
]}>
|
]}>
|
||||||
{sanitizeDisplayName(
|
{sanitizeDisplayName(
|
||||||
profile.displayName || sanitizeHandle(profile.handle),
|
profile.displayName || sanitizeHandle(profile.handle),
|
||||||
|
|||||||
@@ -590,7 +590,9 @@ function MenuItem({
|
|||||||
? styles.menuItemCountTens
|
? styles.menuItemCountTens
|
||||||
: undefined,
|
: undefined,
|
||||||
]}>
|
]}>
|
||||||
<Text style={styles.menuItemCountLabel} numberOfLines={1}>
|
<Text
|
||||||
|
style={[styles.menuItemCountLabel, a.font_bold]}
|
||||||
|
numberOfLines={1}>
|
||||||
{count}
|
{count}
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
@@ -666,7 +668,6 @@ const styles = StyleSheet.create({
|
|||||||
},
|
},
|
||||||
menuItemCountLabel: {
|
menuItemCountLabel: {
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
fontWeight: '600',
|
|
||||||
fontVariant: ['tabular-nums'],
|
fontVariant: ['tabular-nums'],
|
||||||
color: colors.white,
|
color: colors.white,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user