From 9b38a77f460a5ada0948182b97419119a495d476 Mon Sep 17 00:00:00 2001 From: Dan J Miller Date: Mon, 19 Mar 2018 12:38:16 -0230 Subject: Make entire gray container of 'reveal seed phrase' a clickable area. (#3596) --- mascara/src/app/first-time/backup-phrase-screen.js | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mascara') diff --git a/mascara/src/app/first-time/backup-phrase-screen.js b/mascara/src/app/first-time/backup-phrase-screen.js index c8cc56c6c..6819abcf3 100644 --- a/mascara/src/app/first-time/backup-phrase-screen.js +++ b/mascara/src/app/first-time/backup-phrase-screen.js @@ -78,14 +78,16 @@ class BackupPhraseScreen extends Component { {this.props.seedWords} {!isShowingSecret && ( -
+
this.setState({ isShowingSecret: true })} + > - +
)} -- cgit v1.2.3