Update lock icon in onboarding

This commit is contained in:
Brandon Millman
2018-08-20 14:24:56 -07:00
parent 254d88ffa0
commit 79aff1c57a
2 changed files with 3 additions and 5 deletions

View File

@@ -1,4 +0,0 @@
<svg width="36" height="23" viewBox="0 0 36 23" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M0 11.4379C0 5.12093 5.12093 0 11.4379 0H23.8494C30.1664 0 35.2873 5.12093 35.2873 11.4379V11.4379C35.2873 17.7549 30.1664 22.8758 23.8494 22.8758H11.4379C5.12092 22.8758 0 17.7549 0 11.4379V11.4379Z" fill="#E0E0E0"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.85185 13.8889C10.636 13.8889 13.7037 10.7798 13.7037 6.94444C13.7037 3.10913 10.636 0 6.85185 0C3.06768 0 0 3.10913 0 6.94444C0 10.7798 3.06768 13.8889 6.85185 13.8889Z" transform="translate(3.49609 4.53125)" fill="white"/>
</svg>

Before

Width:  |  Height:  |  Size: 646 B

View File

@@ -20,7 +20,9 @@ export const IntroOnboardingStep: React.StatelessComponent<IntroOnboardingStepPr
<Text> Wrap ETH </Text>
</div>
<div className="flex flex-column items-center">
<Image src="/images/fake_toggle.svg" height="50px" width="50px" />
<Container marginBottom="9px">
<Image src="/images/lock_icon.svg" height="35px" width="35x" />
</Container>
<Text> Unlock tokens </Text>
</div>
</Container>