diff --git a/src/sass/views/wallet-backup-phrase.scss b/src/sass/views/wallet-backup-phrase.scss index de3879b0d..c012b09f2 100644 --- a/src/sass/views/wallet-backup-phrase.scss +++ b/src/sass/views/wallet-backup-phrase.scss @@ -1,4 +1,22 @@ #wallet-backup-phrase { + .comment { + color: #667; + font-size: 0.9em; + } + .item { + color: $v-dark-gray; + padding-top: 1.3rem; + padding-bottom: 1.3rem; + border: none; + } + .heading { + font-size: 17px; + color: $v-dark-gray; + margin: 1rem 0; + padding-top: 5px; + padding-bottom: 5px; + border: none; + } h3 { padding: 15px; } diff --git a/www/views/backup.html b/www/views/backup.html index cfaee0902..c636bf060 100644 --- a/www/views/backup.html +++ b/www/views/backup.html @@ -7,9 +7,16 @@ -
-
Wallet recovery phrase not available.
-
You can still export it from Advanced > Export.
+
+
+ Wallet recovery phrase not available +
+
+ You can still export it from Advanced > Export. +
+
+
+ Note: if this BCH wallet was duplicated from a BTC wallet, they share the same recovery phrase.