Fix styling for Accept buttons in notices (#2358)

feature/default_network_editable
Alexander Tseung 7 years ago committed by Daniel Tsui
parent 6defb880fb
commit 54a61a4021
  1. 2
      ui/app/components/notice.js

@ -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})

Loading…
Cancel
Save