Skip to content

Commit 810e5cb

Browse files
trowacatwhymarrh
authored andcommitted
implement class for sign footer button (#6120)
1 parent 97e92a1 commit 810e5cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/app/components/signature-request.js

+1
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ SignatureRequest.prototype.renderFooter = function () {
272272
h(Button, {
273273
type: 'primary',
274274
large: true,
275+
className: 'request-signature__footer__sign-button',
275276
onClick: event => {
276277
sign(event).then(() => {
277278
this.props.clearConfirmTransaction()

0 commit comments

Comments
 (0)