Restore expanded post styles (#11668)

Co-authored-by: Eric Bailey <git@esb.lol>
(cherry picked from commit ee32926ed5)
This commit is contained in:
Spence Pope
2026-09-04 23:23:54 -04:00
committed by Eric Bailey
parent ab8ccc547a
commit 54c7234ef4
5 changed files with 51 additions and 46 deletions
@@ -32,9 +32,9 @@ export function LikesStat({post}: {post: app.bsky.feed.defs.PostView}) {
onPress={() => ax.metric('post:likedBy:click', {})}>
<Text
testID="likeCount-expanded"
style={[a.text_sm, t.atoms.text_contrast_high]}>
style={[a.text_md, t.atoms.text_contrast_medium]}>
<Trans comment="Like count display, the <0> tags enclose the number of likes in bold (will never be 0)">
<Text style={[a.text_sm, a.font_semi_bold, t.atoms.text]}>
<Text style={[a.text_md, a.font_semi_bold, t.atoms.text]}>
{formatPostStatCount(likeCount)}
</Text>{' '}
<Plural value={likeCount} one="like" other="likes" />