Use consistent font weight for repost count (#940)
parent
7597fab290
commit
2be2498940
|
@ -60,7 +60,7 @@ export const RepostButton = ({
|
|||
{typeof repostCount !== 'undefined' ? (
|
||||
<Text
|
||||
testID="repostCount"
|
||||
type={isReposted ? 'md-bold' : 'md-medium'}
|
||||
type={isReposted ? 'md-bold' : 'md'}
|
||||
style={styles.repostCount}>
|
||||
{repostCount ?? 0}
|
||||
</Text>
|
||||
|
|
Loading…
Reference in New Issue