mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 03:46:39 +00:00
feat: make bigger text of activation card
This commit is contained in:
parent
9ed9696a33
commit
74f3f02c7a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user