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.