mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-12 19:36:35 +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 && (
|
||||
<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
|
||||
|
Loading…
x
Reference in New Issue
Block a user