Fix mentions in RTL

This commit is contained in:
Alex Gleason
2022-12-23 17:34:14 -06:00
parent f174d0e973
commit fa1d7937a7
4 changed files with 6 additions and 5 deletions

View File

@ -216,7 +216,7 @@ const Account = ({
<Stack space={withAccountNote || note ? 1 : 0}>
<HStack alignItems='center' space={1} style={style}>
<Text theme='muted' size='sm' truncate>@{username}</Text>
<Text theme='muted' size='sm' direction='ltr' truncate>@{username}</Text>
{account.favicon && (
<InstanceFavicon account={account} />