Use consistent font weight for repost count (#940)

zio/stable
Dylan Smith 2023-07-02 19:25:47 +01:00 committed by GitHub
parent 7597fab290
commit 2be2498940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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>