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'}>
|
||||
ETH
|
||||
</Text>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
{totalETH}
|
||||
</Text>
|
||||
<Stack style={{ marginTop: '2px' }}>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
{totalETH}
|
||||
</Text>
|
||||
</Stack>
|
||||
</YStack>
|
||||
<YStack space={'$2'}>
|
||||
<XStack style={{ justifyContent: 'space-between', width: '115%' }}>
|
||||
<XStack style={{ justifyContent: 'space-between' }}>
|
||||
<Text size={15} weight={'semibold'}>
|
||||
{currency}
|
||||
</Text>
|
||||
|
|
|
@ -2,7 +2,7 @@ import type { Meta, StoryObj } from '@storybook/react'
|
|||
import { withRouter } from 'storybook-addon-react-router-v6'
|
||||
|
||||
import AdvisoriesContent from './AdvisoriesContent'
|
||||
import { ADVISORY_TOPICS } from './Advisories'
|
||||
import { ADVISORY_TOPICS } from '../../../constants'
|
||||
|
||||
const meta = {
|
||||
title: 'ValidatorOnboarding/AdvisoriesContent',
|
||||
|
|
Loading…
Reference in New Issue