|
@ -11,7 +11,7 @@ import Box from 'components/base/Box' |
|
|
import IconCheckCirle from 'icons/Check' |
|
|
import IconCheckCirle from 'icons/Check' |
|
|
import IconLedgerNano from 'icons/illustrations/LedgerNano' |
|
|
import IconLedgerNano from 'icons/illustrations/LedgerNano' |
|
|
import IconLedgerBlue from 'icons/illustrations/LedgerBlue' |
|
|
import IconLedgerBlue from 'icons/illustrations/LedgerBlue' |
|
|
import { Title, Inner, FixedTopContainer } from '../helperComponents' |
|
|
import { Title, Inner, FixedTopContainer, StepContainerInner } from '../helperComponents' |
|
|
import OnboardingFooter from '../OnboardingFooter' |
|
|
import OnboardingFooter from '../OnboardingFooter' |
|
|
|
|
|
|
|
|
import type { StepProps } from '..' |
|
|
import type { StepProps } from '..' |
|
@ -35,7 +35,7 @@ class SelectDevice extends PureComponent<StepProps, {}> { |
|
|
const { t, onboarding, jumpStep } = this.props |
|
|
const { t, onboarding, jumpStep } = this.props |
|
|
return ( |
|
|
return ( |
|
|
<FixedTopContainer> |
|
|
<FixedTopContainer> |
|
|
<Box grow alignItems="center"> |
|
|
<StepContainerInner> |
|
|
<Box mb={5}> |
|
|
<Box mb={5}> |
|
|
<Title>{t('onboarding:selectDevice.title')}</Title> |
|
|
<Title>{t('onboarding:selectDevice.title')}</Title> |
|
|
</Box> |
|
|
</Box> |
|
@ -63,7 +63,7 @@ class SelectDevice extends PureComponent<StepProps, {}> { |
|
|
</DeviceContainer> |
|
|
</DeviceContainer> |
|
|
</Inner> |
|
|
</Inner> |
|
|
</Box> |
|
|
</Box> |
|
|
</Box> |
|
|
</StepContainerInner> |
|
|
<OnboardingFooter |
|
|
<OnboardingFooter |
|
|
horizontal |
|
|
horizontal |
|
|
t={t} |
|
|
t={t} |
|
|