InteractionCounter: use neutral colors
This commit is contained in:
parent
08b2f0446d
commit
04811c4618
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