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

implement class for sign footer button (#6120)

This commit is contained in:
Brandon Wissmann 2019-02-08 07:18:12 -05:00 committed by Whymarrh Whitby
parent 97e92a1b68
commit 810e5cb256

View File

@ -272,6 +272,7 @@ SignatureRequest.prototype.renderFooter = function () {
h(Button, {
type: 'primary',
large: true,
className: 'request-signature__footer__sign-button',
onClick: event => {
sign(event).then(() => {
this.props.clearConfirmTransaction()