Skip to content

Commit

Permalink
Contact form: Use the correct attributes on the Button
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Feb 4, 2020
1 parent e102e84 commit 2cc40db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ class JetpackContactForm extends Component {
) }
</div>
<div className="jetpack-contact-form__create">
<Button isDefault type="submit" disabled={ this.hasEmailError() }>
<Button isLarge isSecondary type="submit" disabled={ this.hasEmailError() }>
{ __( 'Add form', 'jetpack' ) }
</Button>
</div>
Expand Down

0 comments on commit 2cc40db

Please sign in to comment.