Status Card: shrink link text size

react-query-api
Alex Gleason 2022-08-03 11:15:30 -05:00
rodzic 3a010fa60d
commit 3971d724d3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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