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

View File

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

View File

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