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:
parent
6defb880fb
commit
54a61a4021
@ -102,7 +102,7 @@ Notice.prototype.render = function () {
|
||||
}),
|
||||
]),
|
||||
|
||||
h('button', {
|
||||
h('button.primary', {
|
||||
disabled,
|
||||
onClick: () => {
|
||||
this.setState({disclaimerDisabled: true})
|
||||
|
Loading…
Reference in New Issue
Block a user