From 0999c994324b6ee1db3e8ea0f331621d041cc820 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 15 Nov 2018 17:04:17 +0100 Subject: [PATCH] Added icon --- src/components/modals/confirm/Action/index.js | 3 +++ src/views/Wallet/views/Account/SignVerify/index.js | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/components/modals/confirm/Action/index.js b/src/components/modals/confirm/Action/index.js index f797e59d..f08427ad 100644 --- a/src/components/modals/confirm/Action/index.js +++ b/src/components/modals/confirm/Action/index.js @@ -3,6 +3,8 @@ import React from 'react'; import styled from 'styled-components'; import { H3 } from 'components/Heading'; +import ICONS from 'config/icons'; +import Icon from 'components/Icon'; const Wrapper = styled.div``; @@ -13,6 +15,7 @@ const Header = styled.div` const ConfirmAction = () => (
+

Confirm action on your Trezor

diff --git a/src/views/Wallet/views/Account/SignVerify/index.js b/src/views/Wallet/views/Account/SignVerify/index.js index e9666ebe..7dc46401 100644 --- a/src/views/Wallet/views/Account/SignVerify/index.js +++ b/src/views/Wallet/views/Account/SignVerify/index.js @@ -3,7 +3,6 @@ import React, { Component } from 'react'; import styled from 'styled-components'; import Input from 'components/inputs/Input'; import Textarea from 'components/Textarea'; -import ICONS from 'config/icons'; import { validateAddress } from 'utils/ethUtils'; import Icon from 'components/Icon'; import Title from 'views/Wallet/components/Title'; @@ -53,11 +52,6 @@ const Label = styled.div` padding: 5px 0px 10px 0; `; -const StyledIcon = styled(Icon)` - position: relative; - left: 0; -`; - type State = { signMessage: string, verifyAddress: string,