mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
fix: change wrong title and add size to subtitle
This commit is contained in:
parent
e8ef0f55d4
commit
288439314a
@ -41,12 +41,14 @@ const Activation = () => {
|
||||
<YStack style={{ padding: '16px 32px' }}>
|
||||
<YStack space={'$5'}>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validator Setup
|
||||
</Text>
|
||||
<Text size={19}>
|
||||
Congratulations! You have successfully setup your Nimbus Validators and are currently
|
||||
syncing your nodes.
|
||||
Activation
|
||||
</Text>
|
||||
<Stack style={{ width: '66%' }}>
|
||||
<Text size={27}>
|
||||
Congratulations! You have successfully setup your Nimbus Validators and are currently
|
||||
syncing your nodes.
|
||||
</Text>
|
||||
</Stack>
|
||||
<YStack space={'$3'} marginTop={'10px'} width={'33%'}>
|
||||
<XStack space={'$3'} justifyContent={'space-between'}>
|
||||
<ActivationCard text="Validators" value="4" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user