fix: remove texts and add titles
This commit is contained in:
parent
ca617c43a5
commit
bf4c721c9b
|
@ -2,21 +2,19 @@ import { Text as TextTam, YStack } from 'tamagui'
|
||||||
import { Shadow, Text } from '@status-im/components'
|
import { Shadow, Text } from '@status-im/components'
|
||||||
import FormStepper from './Stepper'
|
import FormStepper from './Stepper'
|
||||||
import PageWrapperGradient from '../../components/PageWrappers/PageWrapperGradient'
|
import PageWrapperGradient from '../../components/PageWrappers/PageWrapperGradient'
|
||||||
|
import Titles from '../../components/General/Titles'
|
||||||
|
|
||||||
const ValidatorOnboarding = () => {
|
const ValidatorOnboarding = () => {
|
||||||
return (
|
return (
|
||||||
<PageWrapperGradient>
|
<PageWrapperGradient>
|
||||||
<YStack style={{ width: '100%', margin: '0 auto', padding: '0 10%' }}>
|
<YStack style={{ width: '100%', margin: '0 auto', padding: '0 10%' }}>
|
||||||
<YStack style={{ width: '100%', margin: '64px 0 1vh' }}>
|
<YStack style={{ width: '100%', margin: '64px 0 1vh' }}>
|
||||||
<Text size={19} weight={'semibold'}>
|
<Titles
|
||||||
Create Nimbus Validator
|
title="Create Nimbus Validator"
|
||||||
</Text>
|
subtitle="Earn Rewards for securing the Ethereum Network"
|
||||||
<Text size={15} weight="regular">
|
/>
|
||||||
Earn Rewards for securing the Ethereum Network
|
|
||||||
</Text>
|
|
||||||
<FormStepper />
|
<FormStepper />
|
||||||
</YStack>
|
</YStack>
|
||||||
|
|
||||||
<Shadow
|
<Shadow
|
||||||
variant="$2"
|
variant="$2"
|
||||||
style={{
|
style={{
|
||||||
|
|
Loading…
Reference in New Issue