From 5821f4775277943b95fc4065ede9ca28c3b5685a Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 10 Apr 2019 10:55:39 +0200 Subject: [PATCH] fix device icon size in passpgrase type modal --- src/components/modals/passphrase/Type/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/modals/passphrase/Type/index.js b/src/components/modals/passphrase/Type/index.js index d95dee28..b1559028 100644 --- a/src/components/modals/passphrase/Type/index.js +++ b/src/components/modals/passphrase/Type/index.js @@ -18,12 +18,16 @@ const Wrapper = styled.div` padding: 30px 48px; `; +const StyledDeviceIcon = styled(DeviceIcon)` + margin-bottom: 10px; +`; + const Header = styled.div``; const PassphraseType = (props: Props) => (
- +
Complete the action on {props.device.label} device

If you enter a wrong passphrase, you will not unlock the desired hidden wallet.