Use consistent font weight for repost count (#940)
This commit is contained in:
@@ -60,7 +60,7 @@ export const RepostButton = ({
|
|||||||
{typeof repostCount !== 'undefined' ? (
|
{typeof repostCount !== 'undefined' ? (
|
||||||
<Text
|
<Text
|
||||||
testID="repostCount"
|
testID="repostCount"
|
||||||
type={isReposted ? 'md-bold' : 'md-medium'}
|
type={isReposted ? 'md-bold' : 'md'}
|
||||||
style={styles.repostCount}>
|
style={styles.repostCount}>
|
||||||
{repostCount ?? 0}
|
{repostCount ?? 0}
|
||||||
</Text>
|
</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user