From 7fb27cf0c7a5c8eb2aa492ced603873996537c81 Mon Sep 17 00:00:00 2001 From: Alexander Tseung Date: Fri, 16 Mar 2018 08:50:21 -0700 Subject: Update margins for consistency in first time flow (#3588) --- mascara/src/app/first-time/backup-phrase-screen.js | 42 ++++++++++++---------- 1 file changed, 24 insertions(+), 18 deletions(-) (limited to 'mascara/src/app/first-time/backup-phrase-screen.js') diff --git a/mascara/src/app/first-time/backup-phrase-screen.js b/mascara/src/app/first-time/backup-phrase-screen.js index 9db61f3ab..c8cc56c6c 100644 --- a/mascara/src/app/first-time/backup-phrase-screen.js +++ b/mascara/src/app/first-time/backup-phrase-screen.js @@ -89,15 +89,15 @@ class BackupPhraseScreen extends Component { )} - ); + ) } - renderSecretScreen() { + renderSecretScreen () { const { isShowingSecret } = this.state return (
-
+
Secret Backup Phrase
Your secret backup phrase makes it easy to back up and restore your account. @@ -106,17 +106,6 @@ class BackupPhraseScreen extends Component { WARNING: Never disclose your backup phrase. Anyone with this phrase can take your Ether forever.
{this.renderSecretWordsContainer()} - -
Tips:
@@ -130,6 +119,19 @@ class BackupPhraseScreen extends Component { Memorize this phrase.
+
+ + +
) } @@ -231,10 +233,14 @@ class BackupPhraseScreen extends Component { return this.props.isLoading ? : ( -
- {this.renderBack()} - - {this.renderContent()} +
+
+
+ {this.renderBack()} + + {this.renderContent()} +
+
) } -- cgit v1.2.3