aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorkumavis <aaron@kumavis.me>2016-05-14 06:12:30 +0800
committerkumavis <aaron@kumavis.me>2016-05-14 06:12:30 +0800
commit82db0afb3038962a732c673b818fdfbf4b0b0926 (patch)
tree91b42d5eed2db3080d82d192446949e6c2bcc040 /ui
parente0280b0db8e050594995df41afc7be9fdad82a66 (diff)
downloadtangerine-wallet-browser-82db0afb3038962a732c673b818fdfbf4b0b0926.tar.gz
tangerine-wallet-browser-82db0afb3038962a732c673b818fdfbf4b0b0926.tar.zst
tangerine-wallet-browser-82db0afb3038962a732c673b818fdfbf4b0b0926.zip
ui - accunt-detail - fix style attribute
Diffstat (limited to 'ui')
-rw-r--r--ui/app/account-detail.js14
1 files changed, 7 insertions, 7 deletions
diff --git a/ui/app/account-detail.js b/ui/app/account-detail.js
index 5c33c3421..884a5d9c5 100644
--- a/ui/app/account-detail.js
+++ b/ui/app/account-detail.js
@@ -45,7 +45,7 @@ AccountDetailScreen.prototype.render = function() {
h('.account-detail-section.flex-column.flex-grow', {
style: {
width: 330,
- 'margin-top': 28,
+ marginTop: 28,
},
}, [
@@ -75,20 +75,20 @@ AccountDetailScreen.prototype.render = function() {
h('h2.font-medium.color-forest.flex-center', {
style: {
- 'padding-top': 8,
- 'margin-bottom': 32,
+ paddingTop: 8,
+ marginBottom: 32,
},
}, identity && identity.name),
h('.flex-row.flex-space-between', {
style: {
- 'margin-bottom': 16,
+ marginBottom: 16,
},
}, [
h('div', {
style: {
- 'line-height': 16,
+ lineHeight: '16px',
},
}, addressSummary(selected)),
@@ -110,7 +110,7 @@ AccountDetailScreen.prototype.render = function() {
h('div', {
style: {
- 'line-height': 50,
+ lineHeight: '50px',
},
}, formatBalance(account.balance)),
@@ -121,7 +121,7 @@ AccountDetailScreen.prototype.render = function() {
]),
h(ReactCSSTransitionGroup, {
- transitionName: "main",
+ transitionName: 'main',
transitionEnterTimeout: 300,
transitionLeaveTimeout: 300,
}, [