From 1580092a7a37655e7916660c36f330c34ca36ccd Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 28 Mar 2019 13:42:10 +0100 Subject: [PATCH] fix confirm action device icon size --- src/components/modals/confirm/Action/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/modals/confirm/Action/index.js b/src/components/modals/confirm/Action/index.js index 0cd0f9cc..6026c5a5 100644 --- a/src/components/modals/confirm/Action/index.js +++ b/src/components/modals/confirm/Action/index.js @@ -20,10 +20,14 @@ const Header = styled.div` padding: 48px; `; +const StyledDeviceIcon = styled(DeviceIcon)` + margin-bottom: 30px; +`; + const ConfirmAction = (props: Props) => (
- +