Skip to content

Commit

Permalink
adjust comment date published size
Browse files Browse the repository at this point in the history
  • Loading branch information
sgriff96 committed Aug 5, 2023
1 parent 5d6c4b5 commit 01b3137
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ function CommentHeaderRight({

return (
<HStack alignItems="center" space="sm">
<Text color={theme.colors.textSecondary}>{publishedFormatted}</Text>
<Text color={theme.colors.textSecondary} size="sm">
{publishedFormatted}
</Text>
<CommentContextMenu
isButton
options={contextOptions}
Expand Down

0 comments on commit 01b3137

Please sign in to comment.