feat: make bigger text of activation card

This commit is contained in:
RadoslavDimchev 2023-08-31 18:10:14 +03:00
parent 9ed9696a33
commit 74f3f02c7a

View File

@ -31,17 +31,17 @@ const ActivationCard = ({
>
{!isGaugeIncluded && (
<Stack>
<Text size={13} weight={'semibold'}>
<Text size={15} weight={'semibold'}>
{text}
</Text>
<Text size={19} color="blue" weight={'semibold'}>
<Text size={27} color="blue" weight={'semibold'}>
{value}
</Text>
</Stack>
)}
{isGaugeIncluded && (
<Stack>
<Text size={13} weight={'semibold'}>
<Text size={15} weight={'semibold'}>
{text}
</Text>
<ActivationSyncCard