Use consistent font weight for repost count (#940)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user