aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/shift-list-item.js
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-09-29 22:50:09 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-10-02 09:58:57 +0800
commit7c4d8c45624ef840b8806589b47997e7c7c396f3 (patch)
tree976cea42949d30e528c4b78d74135fd7d54f22a9 /ui/app/components/shift-list-item.js
parent67ee5b21e6f64ac22e65f2712ae13dd8c09ed113 (diff)
downloadtangerine-wallet-browser-7c4d8c45624ef840b8806589b47997e7c7c396f3.tar
tangerine-wallet-browser-7c4d8c45624ef840b8806589b47997e7c7c396f3.tar.gz
tangerine-wallet-browser-7c4d8c45624ef840b8806589b47997e7c7c396f3.tar.bz2
tangerine-wallet-browser-7c4d8c45624ef840b8806589b47997e7c7c396f3.tar.lz
tangerine-wallet-browser-7c4d8c45624ef840b8806589b47997e7c7c396f3.tar.xz
tangerine-wallet-browser-7c4d8c45624ef840b8806589b47997e7c7c396f3.tar.zst
tangerine-wallet-browser-7c4d8c45624ef840b8806589b47997e7c7c396f3.zip
Enables the old shapeshift UI within new ui.
Diffstat (limited to 'ui/app/components/shift-list-item.js')
-rw-r--r--ui/app/components/shift-list-item.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js
index 079f05e31..392b67630 100644
--- a/ui/app/components/shift-list-item.js
+++ b/ui/app/components/shift-list-item.js
@@ -29,7 +29,7 @@ function ShiftListItem () {
ShiftListItem.prototype.render = function () {
return (
- h('.transaction-list-item.flex-row', {
+ h('div.tx-list-item.tx-list-clickable', {
style: {
paddingTop: '20px',
paddingBottom: '20px',