From e3f186c1e78141c7fb89c8ea05038f5aa5183b11 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Wed, 27 Mar 2019 12:44:35 +0100 Subject: [PATCH] fix device icon size in sign transaction modal --- src/components/modals/confirm/SignTx/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/modals/confirm/SignTx/index.js b/src/components/modals/confirm/SignTx/index.js index 596ab53a..bf18e18a 100644 --- a/src/components/modals/confirm/SignTx/index.js +++ b/src/components/modals/confirm/SignTx/index.js @@ -59,6 +59,10 @@ const FeeLevelName = styled(StyledP)` padding-bottom: 0px; `; +const StyledDeviceIcon = styled(DeviceIcon)` + margin-bottom: 10px; +`; + const ConfirmSignTx = (props: Props) => { const { amount, address, selectedFeeLevel } = props.sendForm; @@ -70,7 +74,7 @@ const ConfirmSignTx = (props: Props) => { return (
- +