1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-07 06:40:54 +00:00

fix confirm action device icon size

This commit is contained in:
slowbackspace 2019-03-28 13:42:10 +01:00
parent d68776de03
commit 1580092a7a

View File

@ -20,10 +20,14 @@ const Header = styled.div`
padding: 48px;
`;
const StyledDeviceIcon = styled(DeviceIcon)`
margin-bottom: 30px;
`;
const ConfirmAction = (props: Props) => (
<Wrapper>
<Header>
<DeviceIcon device={props.device} size={100} />
<StyledDeviceIcon device={props.device} size={50} />
<H6>
<FormattedMessage {...l10nMessages.TR_CONFIRM_ACTION_ON_YOUR} />
</H6>