Update CHANGELOG.md

This commit is contained in:
viktor 2018-08-03 16:22:38 +03:00
parent d4f5e64184
commit c0dc3356fb
2 changed files with 6 additions and 5 deletions

View File

@ -2,10 +2,12 @@
## Current Master
- [#57](https://github.com/poanetwork/metamask-extension/pull/57): Optimized images for release.
- [#52](https://github.com/poanetwork/metamask-extension/pull/52): Nifty Wallet restyling.
- [#54](https://github.com/poanetwork/metamask-extension/pull/54): Fix explorer url for POA network on confirmed transaction.
- [#50](https://github.com/poanetwork/metamask-extension/pull/50): Update sentry links.
- [#45](https://github.com/poanetwork/metamask-extension/pull/45): Automate release publish.
- [#39](https://github.com/poanetwork/metamask-extension/pull/39): Swap npm Jazzicon dependency to Rockicon with changed palette for identicon
## 4.8.2 Thu Jul 26 2018

View File

@ -15,7 +15,7 @@ function Notice () {
Notice.prototype.render = function () {
const { notice, onConfirm } = this.props
const { title, body } = notice
const state = this.state || { disclaimerDisabled: false }
const state = this.state || { disclaimerDisabled: true }
const disabled = state.disclaimerDisabled
return (
@ -26,8 +26,8 @@ Notice.prototype.render = function () {
}, [
h('h3.flex-center.terms-header.section-title', {
style: {
background: '#542289',
color: '#ffffff',
background: '#ffffff',
color: '#333333',
width: '100%',
fontSize: '16px',
textAlign: 'center',
@ -74,8 +74,7 @@ Notice.prototype.render = function () {
}
},
style: {
background: '#542289',
color: '#ffffff',
background: '#ffffff',
height: '310px',
padding: '6px',
width: '90%',