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} to={profileLink}
label={_(msg`View profile`)} label={_(msg`View profile`)}
disableMismatchWarning disableMismatchWarning
onPress={onBeforePressAuthor}> onPress={onBeforePressAuthor}
<Text style={[t.atoms.text]}>
emoji <Text emoji style={[a.text_md, a.font_bold, a.leading_snug]}>
style={[a.text_md, a.font_bold, t.atoms.text, a.leading_snug]}>
{forceLTR( {forceLTR(
sanitizeDisplayName( sanitizeDisplayName(
displayName, displayName,