aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/identicon.js
diff options
context:
space:
mode:
authorDan J Miller <danjm.com@gmail.com>2017-08-25 08:25:27 +0800
committerDaniel Tsui <szehungdanieltsui@gmail.com>2017-08-25 08:25:27 +0800
commit744b78e9c8c032cdd13acf121f891c28f319ed4d (patch)
tree4e9cfa555119db60aa78dba1deed4cfb5b231e99 /ui/app/components/identicon.js
parent5b62f10a5f0fc87a731c9c353e99770f0f66d085 (diff)
downloadtangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.tar
tangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.tar.gz
tangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.tar.bz2
tangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.tar.lz
tangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.tar.xz
tangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.tar.zst
tangerine-wallet-browser-744b78e9c8c032cdd13acf121f891c28f319ed4d.zip
Patch 2 account details modal (#1957)
* Account details modal styling changes. * Tweaking styles.
Diffstat (limited to 'ui/app/components/identicon.js')
-rw-r--r--ui/app/components/identicon.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/identicon.js b/ui/app/components/identicon.js
index c754bc6ba..98d5d40ef 100644
--- a/ui/app/components/identicon.js
+++ b/ui/app/components/identicon.js
@@ -20,7 +20,7 @@ IdenticonComponent.prototype.render = function () {
var props = this.props
var diameter = props.diameter || this.defaultDiameter
return (
- h('div', {
+ h('div.identicon', {
key: 'identicon-' + this.props.address,
style: {
display: 'flex',