aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/accounts
diff options
context:
space:
mode:
authorKevin Serrano <kevin.serrano@consensys.net>2017-04-06 04:38:33 +0800
committerKevin Serrano <kevin.serrano@consensys.net>2017-04-06 04:38:33 +0800
commit088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0 (patch)
treeab15ecbe50ae32dbdedf032b32c2b1602a07776d /ui/app/accounts
parentdd6b4505f41b80a4f4cd3654412349b262c3cd76 (diff)
downloadtangerine-wallet-browser-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.tar
tangerine-wallet-browser-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.tar.gz
tangerine-wallet-browser-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.tar.bz2
tangerine-wallet-browser-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.tar.lz
tangerine-wallet-browser-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.tar.xz
tangerine-wallet-browser-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.tar.zst
tangerine-wallet-browser-088bfd5e8d4d9735b5a4cbb892d776d0ecf71dc0.zip
Fix account detail transition fix.
Diffstat (limited to 'ui/app/accounts')
-rw-r--r--ui/app/accounts/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/accounts/index.js b/ui/app/accounts/index.js
index ae69d9297..9584ebad9 100644
--- a/ui/app/accounts/index.js
+++ b/ui/app/accounts/index.js
@@ -97,7 +97,7 @@ AccountsScreen.prototype.render = function () {
style: {
display: 'flex',
height: '40px',
- paddint: '10px',
+ padding: '10px',
justifyContent: 'center',
alignItems: 'center',
},