aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/account-details-modal.js
diff options
context:
space:
mode:
authorsdtsui <szehungdanieltsui@gmail.com>2017-08-22 01:27:56 +0800
committersdtsui <szehungdanieltsui@gmail.com>2017-08-22 01:27:56 +0800
commit877faaf09608fbb5f1ba9dd853959e7399893068 (patch)
treed7dd45ac54953eb04241d9a1ccdb393d71018436 /ui/app/components/modals/account-details-modal.js
parentb836d0483d835b0665a14e41f68f9fbd574fd655 (diff)
downloadtangerine-wallet-browser-877faaf09608fbb5f1ba9dd853959e7399893068.tar
tangerine-wallet-browser-877faaf09608fbb5f1ba9dd853959e7399893068.tar.gz
tangerine-wallet-browser-877faaf09608fbb5f1ba9dd853959e7399893068.tar.bz2
tangerine-wallet-browser-877faaf09608fbb5f1ba9dd853959e7399893068.tar.lz
tangerine-wallet-browser-877faaf09608fbb5f1ba9dd853959e7399893068.tar.xz
tangerine-wallet-browser-877faaf09608fbb5f1ba9dd853959e7399893068.tar.zst
tangerine-wallet-browser-877faaf09608fbb5f1ba9dd853959e7399893068.zip
Integrate old QR component with new modal layout
Diffstat (limited to 'ui/app/components/modals/account-details-modal.js')
-rw-r--r--ui/app/components/modals/account-details-modal.js26
1 files changed, 15 insertions, 11 deletions
diff --git a/ui/app/components/modals/account-details-modal.js b/ui/app/components/modals/account-details-modal.js
index f7dcf26eb..e3d1bb26b 100644
--- a/ui/app/components/modals/account-details-modal.js
+++ b/ui/app/components/modals/account-details-modal.js
@@ -52,22 +52,26 @@ AccountDetailsModal.prototype.render = function () {
h('div', {}, [
]),
- h('div', {}, [
- h(QrView, {
- Qr: {
- message: this.props.selectedIdentity.name,
- data: this.props.selectedIdentity.address,
- }
- }, []),
- ]),
+ h(QrView, {
+ Qr: {
+ message: this.props.selectedIdentity.name,
+ data: this.props.selectedIdentity.address,
+ }
+ }, []),
h('div', {}, [
'Account Display',
]),
- h('div', {}, [
- 'divider',
- ]),
+ // divider
+ h('div', {
+ style: {
+ width: '100%',
+ height: '1px',
+ margin: '10px 0px',
+ backgroundColor: '#D8D8D8',
+ }
+ }, []),
h('div', {}, [
'View aCcount on etherscan',