Merge branch 'detailed-status-colors' into 'develop'
Detailed status colors See merge request soapbox-pub/soapbox!2497
This commit is contained in:
commit
4dbcf1c711
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue