Revert style name fixes that broke styles

feature/default_network_editable
Dan Finlay 9 years ago
parent 57280d4d79
commit b628df017f
  1. 12
      ui/app/account-detail.js

@ -45,7 +45,7 @@ AccountDetailScreen.prototype.render = function() {
h('.account-detail-section.flex-column.flex-grow', { h('.account-detail-section.flex-column.flex-grow', {
style: { style: {
width: 330, width: 330,
'marginTop': 28, 'margin-top': 28,
}, },
}, [ }, [
@ -75,20 +75,20 @@ AccountDetailScreen.prototype.render = function() {
h('h2.font-medium.color-forest.flex-center', { h('h2.font-medium.color-forest.flex-center', {
style: { style: {
'paddingTop': 8, 'padding-top': 8,
'marginBottom': 32, 'margin-bottom': 32,
}, },
}, identity && identity.name), }, identity && identity.name),
h('.flex-row.flex-space-between', { h('.flex-row.flex-space-between', {
style: { style: {
'marginBottom': 16, 'margin-bottom': 16,
}, },
}, [ }, [
h('div', { h('div', {
style: { style: {
'lineHeight': 16, 'line-height': 16,
}, },
}, addressSummary(account.address)), }, addressSummary(account.address)),
@ -110,7 +110,7 @@ AccountDetailScreen.prototype.render = function() {
h('div', { h('div', {
style: { style: {
'lineHeight': 50, 'line-height': 50,
}, },
}, formatBalance(account.balance)), }, formatBalance(account.balance)),

Loading…
Cancel
Save