feat: add space between currency and dropdown

This commit is contained in:
RadoslavDimchev 2024-01-21 16:16:54 +02:00
parent 086e8956aa
commit 3a6c496572
3 changed files with 2 additions and 5 deletions

View File

@ -35,8 +35,7 @@ const ValidatorsMenuWithPrice = ({
return ( return (
<ResponsiveStack <ResponsiveStack
isVerticalAligned={media.sm} isVerticalAligned={media.sm}
style={{ justifyContent: 'space-between', width: media.md ? '100%' : '80%' }} style={{ justifyContent: 'space-between', width: media.lg ? '100%' : '80%' }}
space={'$3'}
> >
<Stack space={'$2'}> <Stack space={'$2'}>
<Text size={15} weight="regular" color={'#647084'}> <Text size={15} weight="regular" color={'#647084'}>
@ -55,7 +54,7 @@ const ValidatorsMenuWithPrice = ({
onChangeText={changeValidatorCountHandler} onChangeText={changeValidatorCountHandler}
/> />
</Stack> </Stack>
<XStack style={{ justifyContent: 'space-between' }}> <XStack space={'$10'} style={{ justifyContent: 'space-between' }}>
<YStack space={'$2'}> <YStack space={'$2'}>
<Text size={15} weight={'semibold'}> <Text size={15} weight={'semibold'}>
ETH ETH

View File

@ -1,6 +1,5 @@
.osCardsContainer { .osCardsContainer {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
} }

View File

@ -16,7 +16,6 @@ const ValidatorSetup = () => {
<Text size={27} weight={'semibold'}> <Text size={27} weight={'semibold'}>
Validator Setup Validator Setup
</Text> </Text>
<PairedDeviceCard /> <PairedDeviceCard />
</XStack> </XStack>
<YStack> <YStack>