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 && ( {!isGaugeIncluded && (
<Stack> <Stack>
<Text size={13} weight={'semibold'}> <Text size={15} weight={'semibold'}>
{text} {text}
</Text> </Text>
<Text size={19} color="blue" weight={'semibold'}> <Text size={27} color="blue" weight={'semibold'}>
{value} {value}
</Text> </Text>
</Stack> </Stack>
)} )}
{isGaugeIncluded && ( {isGaugeIncluded && (
<Stack> <Stack>
<Text size={13} weight={'semibold'}> <Text size={15} weight={'semibold'}>
{text} {text}
</Text> </Text>
<ActivationSyncCard <ActivationSyncCard