1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix styling for Accept buttons in notices (#2358)

This commit is contained in:
Alexander Tseung 2017-10-13 16:24:17 -04:00 committed by Daniel Tsui
parent 6defb880fb
commit 54a61a4021

View File

@ -102,7 +102,7 @@ Notice.prototype.render = function () {
}), }),
]), ]),
h('button', { h('button.primary', {
disabled, disabled,
onClick: () => { onClick: () => {
this.setState({disclaimerDisabled: true}) this.setState({disclaimerDisabled: true})