aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/src/app/first-time
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2018-08-07 02:01:00 +0800
committerGitHub <noreply@github.com>2018-08-07 02:01:00 +0800
commitf8bb6ef7cf9223f930f93b498410433f0ff5fa67 (patch)
tree71ed69c0063812e6d5994a4f923838260754bc4a /mascara/src/app/first-time
parentf2194e8482203988909da75e0442e66840c0bcab (diff)
parent7de2a0687dfdd7e36c8653f31e6e84f12396bf13 (diff)
downloadtangerine-wallet-browser-f8bb6ef7cf9223f930f93b498410433f0ff5fa67.tar.gz
tangerine-wallet-browser-f8bb6ef7cf9223f930f93b498410433f0ff5fa67.tar.zst
tangerine-wallet-browser-f8bb6ef7cf9223f930f93b498410433f0ff5fa67.zip
Merge pull request #4868 from MetaMask/further-e2e-improvements
Further new ui e2e test improvements
Diffstat (limited to 'mascara/src/app/first-time')
-rw-r--r--mascara/src/app/first-time/confirm-seed-screen.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/mascara/src/app/first-time/confirm-seed-screen.js b/mascara/src/app/first-time/confirm-seed-screen.js
index 7c0431431..dfbaffe33 100644
--- a/mascara/src/app/first-time/confirm-seed-screen.js
+++ b/mascara/src/app/first-time/confirm-seed-screen.js
@@ -106,6 +106,7 @@ class ConfirmSeedScreen extends Component {
key={i}
className={classnames('backup-phrase__confirm-seed-option', {
'backup-phrase__confirm-seed-option--selected': isSelected,
+ 'backup-phrase__confirm-seed-option--unselected': !isSelected,
})}
onClick={() => {
if (!isSelected) {