From cf86dc93a28cab51f2f5abcc1942c1a30281fe0c Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Mon, 25 Feb 2019 16:28:41 +0100 Subject: [PATCH] fix width of the backup button --- src/components/modals/confirm/UnverifiedAddress/index.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/modals/confirm/UnverifiedAddress/index.js b/src/components/modals/confirm/UnverifiedAddress/index.js index 230671ac..dec2098f 100644 --- a/src/components/modals/confirm/UnverifiedAddress/index.js +++ b/src/components/modals/confirm/UnverifiedAddress/index.js @@ -59,6 +59,10 @@ const Row = styled.div` } `; +const BackupButton = styled(Button)` + width: 100%; +`; + const WarnButton = styled(Button)` background: transparent; border-color: ${colors.WARNING_PRIMARY}; @@ -148,7 +152,7 @@ class ConfirmUnverifiedAddress extends PureComponent { - + Create a backup in 3 minutes