Fix visual consistency of 'reply to' in post and use display name

This commit is contained in:
Paul Frazee 2023-01-16 16:24:16 -06:00
parent e5e31e5fe2
commit c659f0ef9f
2 changed files with 5 additions and 5 deletions

View file

@ -173,8 +173,8 @@ export const Post = observer(function Post({
<UserInfoText
type="body2"
did={replyAuthorDid}
attr="displayName"
style={[pal.textLight]}
prefix="@"
/>
</Link>
</View>