mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 20:06:33 +00:00
feat: add space between currency and dropdown
This commit is contained in:
parent
086e8956aa
commit
3a6c496572
@ -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
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
.osCardsContainer {
|
.osCardsContainer {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user