From 98dab0ffd2a3f30624fecbc6d6a2df5cdcf63bc1 Mon Sep 17 00:00:00 2001 From: Frankie Date: Thu, 18 Aug 2016 16:30:13 -0700 Subject: Make ballance teal for shapeshift tx and add to change log --- ui/app/components/shift-list-item.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ui/app/components/shift-list-item.js') diff --git a/ui/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js index c4cc554fb..6e41a2ec3 100644 --- a/ui/app/components/shift-list-item.js +++ b/ui/app/components/shift-list-item.js @@ -100,11 +100,12 @@ ShiftListItem.prototype.renderUtilComponents = function () { alignItems: 'baseline', }, }, [ - h('.color-orange', { + h('div', { style: { fontFamily: 'Montserrat Light', position: 'relative', left: '6px', + color: '#01888C', }, }, '+'), h(EtherBalance, { @@ -113,6 +114,7 @@ ShiftListItem.prototype.renderUtilComponents = function () { shorten: true, style: { fontSize: '15px', + color: '#01888C', }, }), ]), -- cgit v1.2.3