mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-09 18:13:39 +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 (
|
||||
<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
|
||||
|
@ -1,6 +1,5 @@
|
||||
.osCardsContainer {
|
||||
display: flex;
|
||||
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
@ -16,7 +16,6 @@ const ValidatorSetup = () => {
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validator Setup
|
||||
</Text>
|
||||
|
||||
<PairedDeviceCard />
|
||||
</XStack>
|
||||
<YStack>
|
||||
|
Loading…
x
Reference in New Issue
Block a user