diff options
author | kumavis <kumavis@users.noreply.github.com> | 2016-10-05 07:36:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 07:36:59 +0800 |
commit | e5bf957242b1d443ef15b588340dba1a5e34b92a (patch) | |
tree | 8ca772797be9b3481063c97ed1772b0902d657de /ui/app/first-time | |
parent | 43dd3a5d7233338e82800d8e547c8c9113051423 (diff) | |
parent | ffe8ec2b89c8e5cec52475c9b59b60de2ef42efd (diff) | |
download | tangerine-wallet-browser-e5bf957242b1d443ef15b588340dba1a5e34b92a.tar tangerine-wallet-browser-e5bf957242b1d443ef15b588340dba1a5e34b92a.tar.gz tangerine-wallet-browser-e5bf957242b1d443ef15b588340dba1a5e34b92a.tar.bz2 tangerine-wallet-browser-e5bf957242b1d443ef15b588340dba1a5e34b92a.tar.lz tangerine-wallet-browser-e5bf957242b1d443ef15b588340dba1a5e34b92a.tar.xz tangerine-wallet-browser-e5bf957242b1d443ef15b588340dba1a5e34b92a.tar.zst tangerine-wallet-browser-e5bf957242b1d443ef15b588340dba1a5e34b92a.zip |
Merge pull request #696 from MetaMask/SmallerCopiedButton
Formatting Fixes
Diffstat (limited to 'ui/app/first-time')
-rw-r--r-- | ui/app/first-time/create-vault-complete.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/first-time/create-vault-complete.js b/ui/app/first-time/create-vault-complete.js index 0ca0a1b22..2b5413955 100644 --- a/ui/app/first-time/create-vault-complete.js +++ b/ui/app/first-time/create-vault-complete.js @@ -61,6 +61,7 @@ CreateVaultCompleteScreen.prototype.render = function () { onClick: () => this.confirmSeedWords(), style: { margin: '24px', + fontSize: '0.9em', }, }, 'I\'ve copied it somewhere safe'), ]) |