Fix underline color

This commit is contained in:
Eric Bailey
2024-09-24 13:32:06 -05:00
parent 6933e3cdc5
commit 3ca44c0ff5
+3 -4
View File
@@ -75,10 +75,9 @@ let PostMeta = (opts: PostMetaOpts): React.ReactNode => {
to={profileLink}
label={_(msg`View profile`)}
disableMismatchWarning
onPress={onBeforePressAuthor}>
<Text
emoji
style={[a.text_md, a.font_bold, t.atoms.text, a.leading_snug]}>
onPress={onBeforePressAuthor}
style={[t.atoms.text]}>
<Text emoji style={[a.text_md, a.font_bold, a.leading_snug]}>
{forceLTR(
sanitizeDisplayName(
displayName,