Merge branch 'detailed-status-colors' into 'develop'

Detailed status colors

See merge request soapbox-pub/soapbox!2497
This commit is contained in:
Alex Gleason 2023-05-04 02:11:11 +00:00
commit 4dbcf1c711

View file

@ -230,7 +230,7 @@ const InteractionCounter: React.FC<IInteractionCounter> = ({ count, onClick, chi
}
>
<HStack space={1} alignItems='center'>
<Text theme='primary' weight='bold'>
<Text weight='bold'>
{shortNumberFormat(count)}
</Text>