mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
Added icon
This commit is contained in:
parent
6a9371fa2b
commit
0999c99432
@ -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 = () => (
|
||||
<Wrapper>
|
||||
<Header>
|
||||
<Icon icon={ICONS.T1} size={100} />
|
||||
<H3>Confirm action on your Trezor</H3>
|
||||
</Header>
|
||||
</Wrapper>
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user