Add updated asset for unlock metamask portal onboarding step

This commit is contained in:
fragosti
2018-07-06 14:23:00 -07:00
parent 9669a4d121
commit b9e51d2fad
5 changed files with 25 additions and 21 deletions

View File

@@ -91,9 +91,9 @@ class PlainPortalOnboardingFlow extends React.Component<PortalOnboardingFlowProp
};
const underMetamaskExtension: FixedPositionSettings = {
type: 'fixed',
top: '30px',
right: '10px',
pointerDirection: 'top',
top: '5px',
right: '5px',
tooltipPointerDisplay: 'none',
};
const steps: Step[] = [
{
@@ -105,7 +105,7 @@ class PlainPortalOnboardingFlow extends React.Component<PortalOnboardingFlowProp
},
{
position: underMetamaskExtension,
title: '0x Ecosystem Setup',
title: 'Please Unlock Metamask...',
content: <UnlockWalletOnboardingStep />,
shouldHideBackButton: true,
shouldHideNextButton: true,