Status Card: shrink link text size
This commit is contained in:
parent
3a010fa60d
commit
3971d724d3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue