mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
Make ballance teal for shapeshift tx and add to change log
This commit is contained in:
parent
3525dc0801
commit
98dab0ffd2
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Current Master
|
## Current Master
|
||||||
|
|
||||||
|
- Added ShapeShift to the transaction history
|
||||||
|
- Added PUB.KEY too ShapeShift request for affiliate program
|
||||||
- Added feature to reflect current conversion rates of current vault balance.
|
- Added feature to reflect current conversion rates of current vault balance.
|
||||||
|
|
||||||
## 2.8.0 2016-08-15
|
## 2.8.0 2016-08-15
|
||||||
|
@ -21,10 +21,10 @@ EthBalanceComponent.prototype.render = function () {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
||||||
h('.ether-balance', {
|
h('.ether-balance.ether-balance-amount', {
|
||||||
style: style,
|
style: style,
|
||||||
}, [
|
}, [
|
||||||
h('.ether-balance-amount', {
|
h('div', {
|
||||||
style: {
|
style: {
|
||||||
display: 'inline',
|
display: 'inline',
|
||||||
width: width,
|
width: width,
|
||||||
|
@ -100,11 +100,12 @@ ShiftListItem.prototype.renderUtilComponents = function () {
|
|||||||
alignItems: 'baseline',
|
alignItems: 'baseline',
|
||||||
},
|
},
|
||||||
}, [
|
}, [
|
||||||
h('.color-orange', {
|
h('div', {
|
||||||
style: {
|
style: {
|
||||||
fontFamily: 'Montserrat Light',
|
fontFamily: 'Montserrat Light',
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
left: '6px',
|
left: '6px',
|
||||||
|
color: '#01888C',
|
||||||
},
|
},
|
||||||
}, '+'),
|
}, '+'),
|
||||||
h(EtherBalance, {
|
h(EtherBalance, {
|
||||||
@ -113,6 +114,7 @@ ShiftListItem.prototype.renderUtilComponents = function () {
|
|||||||
shorten: true,
|
shorten: true,
|
||||||
style: {
|
style: {
|
||||||
fontSize: '15px',
|
fontSize: '15px',
|
||||||
|
color: '#01888C',
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
]),
|
]),
|
||||||
|
Loading…
Reference in New Issue
Block a user