Style texts

This commit is contained in:
Hristo Nedelkov 2023-08-23 15:08:40 +03:00
parent e6cd435278
commit 3589097283
1 changed files with 4 additions and 5 deletions

View File

@ -1,8 +1,9 @@
import { YStack } from 'tamagui' 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'
Text
function ValidatorOnboarding() { function ValidatorOnboarding() {
return ( return (
<> <>
@ -21,8 +22,6 @@ function ValidatorOnboarding() {
<Shadow <Shadow
variant="$2" variant="$2"
style={{ style={{
width: '100%',
minHeight: '523px',
borderRadius: '16px', borderRadius: '16px',
border: 'none', border: 'none',
flexDirection: 'row', flexDirection: 'row',
@ -31,9 +30,9 @@ function ValidatorOnboarding() {
className="content" className="content"
> >
<YStack className="layout-left" space={10} left={40} top={40}> <YStack className="layout-left" space={10} left={40} top={40}>
<Text size={27} weight={'semibold'} style={{ marginBottom: '30px' }}> <TextTam fontSize={27} fontWeight={'700'} style={{ marginBottom: '30px' }}>
Overview Overview
</Text> </TextTam>
<Text size={27}> <Text size={27}>
Becoming a validator is a big responsibility with important preparation steps. Only Becoming a validator is a big responsibility with important preparation steps. Only