mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-08 07:01:04 +00:00
fix confirm action device icon size
This commit is contained in:
parent
d68776de03
commit
1580092a7a
@ -20,10 +20,14 @@ const Header = styled.div`
|
|||||||
padding: 48px;
|
padding: 48px;
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
const StyledDeviceIcon = styled(DeviceIcon)`
|
||||||
|
margin-bottom: 30px;
|
||||||
|
`;
|
||||||
|
|
||||||
const ConfirmAction = (props: Props) => (
|
const ConfirmAction = (props: Props) => (
|
||||||
<Wrapper>
|
<Wrapper>
|
||||||
<Header>
|
<Header>
|
||||||
<DeviceIcon device={props.device} size={100} />
|
<StyledDeviceIcon device={props.device} size={50} />
|
||||||
<H6>
|
<H6>
|
||||||
<FormattedMessage {...l10nMessages.TR_CONFIRM_ACTION_ON_YOUR} />
|
<FormattedMessage {...l10nMessages.TR_CONFIRM_ACTION_ON_YOUR} />
|
||||||
</H6>
|
</H6>
|
||||||
|
Loading…
Reference in New Issue
Block a user