Fix underline color
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user