mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-20 15:18:33 +00:00
Merge branch 'hn.validator-onboarding-responsive' of https://github.com/nimbus-gui/nimbus-gui into hn.validator-onboarding-responsive
This commit is contained in:
commit
ccbba05109
@ -60,12 +60,14 @@ const ValidatorsMenuWithPrice = ({
|
|||||||
<Text size={15} weight={'semibold'}>
|
<Text size={15} weight={'semibold'}>
|
||||||
ETH
|
ETH
|
||||||
</Text>
|
</Text>
|
||||||
<Text size={27} weight={'semibold'}>
|
<Stack style={{ marginTop: '2px' }}>
|
||||||
{totalETH}
|
<Text size={27} weight={'semibold'}>
|
||||||
</Text>
|
{totalETH}
|
||||||
|
</Text>
|
||||||
|
</Stack>
|
||||||
</YStack>
|
</YStack>
|
||||||
<YStack space={'$2'}>
|
<YStack space={'$2'}>
|
||||||
<XStack style={{ justifyContent: 'space-between', width: '115%' }}>
|
<XStack style={{ justifyContent: 'space-between' }}>
|
||||||
<Text size={15} weight={'semibold'}>
|
<Text size={15} weight={'semibold'}>
|
||||||
{currency}
|
{currency}
|
||||||
</Text>
|
</Text>
|
||||||
|
@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react'
|
|||||||
import { withRouter } from 'storybook-addon-react-router-v6'
|
import { withRouter } from 'storybook-addon-react-router-v6'
|
||||||
|
|
||||||
import AdvisoriesContent from './AdvisoriesContent'
|
import AdvisoriesContent from './AdvisoriesContent'
|
||||||
import { ADVISORY_TOPICS } from './Advisories'
|
import { ADVISORY_TOPICS } from '../../../constants'
|
||||||
|
|
||||||
const meta = {
|
const meta = {
|
||||||
title: 'ValidatorOnboarding/AdvisoriesContent',
|
title: 'ValidatorOnboarding/AdvisoriesContent',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user