diff --git a/src/components/WhoCanReply.tsx b/src/components/WhoCanReply.tsx index 5f5480d9fc..280cbd0cbb 100644 --- a/src/components/WhoCanReply.tsx +++ b/src/components/WhoCanReply.tsx @@ -114,7 +114,7 @@ export function WhoCanReply({post, isThreadAuthor, style}: WhoCanReplyProps) { style={[ a.flex_row, a.align_center, - {gap: 3}, + a.gap_xs, (hovered || focused || pressed) && native({opacity: 0.5}), style, ]}> @@ -122,16 +122,16 @@ export function WhoCanReply({post, isThreadAuthor, style}: WhoCanReplyProps) { color={ isThreadAuthor ? t.palette.primary_500 : t.palette.contrast_400 } - width={12} + width={16} settings={settings} /> {description} diff --git a/src/screens/PostThread/components/LikesStat.tsx b/src/screens/PostThread/components/LikesStat.tsx index 28d1f95735..0b2fa30b53 100644 --- a/src/screens/PostThread/components/LikesStat.tsx +++ b/src/screens/PostThread/components/LikesStat.tsx @@ -32,9 +32,9 @@ export function LikesStat({post}: {post: app.bsky.feed.defs.PostView}) { onPress={() => ax.metric('post:likedBy:click', {})}> + style={[a.text_md, t.atoms.text_contrast_medium]}> - + {formatPostStatCount(likeCount)} {' '} diff --git a/src/screens/PostThread/components/ThreadItemAnchor.tsx b/src/screens/PostThread/components/ThreadItemAnchor.tsx index 350e71d210..072d8f5968 100644 --- a/src/screens/PostThread/components/ThreadItemAnchor.tsx +++ b/src/screens/PostThread/components/ThreadItemAnchor.tsx @@ -452,6 +452,7 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({ columnGap: a.gap_lg.gap, }, a.border_t, + a.border_b, a.mt_md, a.py_md, t.atoms.border_contrast_low, @@ -460,10 +461,10 @@ const ThreadItemAnchorInner = memo(function ThreadItemAnchorInner({ + style={[a.text_md, t.atoms.text_contrast_medium]}> + style={[a.text_md, a.font_semi_bold, t.atoms.text]}> {formatPostStatCount(post.repostCount)} {' '} + style={[a.text_md, t.atoms.text_contrast_medium]}> + style={[a.text_md, a.font_semi_bold, t.atoms.text]}> {formatPostStatCount(post.quoteCount)} {' '} + style={[a.text_md, t.atoms.text_contrast_medium]}> - + {formatPostStatCount(post.bookmarkCount)} {' '} - + {niceDate(i18n, post.indexedAt, 'dot separated')} {isRootPost && (