Status Card: shrink link text size

This commit is contained in:
Alex Gleason 2022-08-03 11:15:30 -05:00
parent 3a010fa60d
commit 3971d724d3
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -165,7 +165,7 @@ const Card: React.FC<ICard> = ({
<Text tag='span' theme='muted'>
<Icon src={require('@tabler/icons/link.svg')} />
</Text>
<Text tag='span' theme='muted'>
<Text tag='span' theme='muted' size='sm'>
{card.provider_name}
</Text>
</HStack>