InteractionCounter: use neutral colors

This commit is contained in:
Alex Gleason 2023-05-03 14:37:41 -05:00
parent 08b2f0446d
commit 04811c4618
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

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>