Skip to content

Commit

Permalink
Adapt the buttons to share the same styling
Browse files Browse the repository at this point in the history
Note: the `<Button>` component does not add the `button` class by default, so I added it manually. See #4638
  • Loading branch information
schlessera committed Jan 23, 2018
1 parent a351d34 commit 5fdd596
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions editor/components/post-permalink/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,8 @@ class PostPermalink extends Component {
}
{ ! editingSlug &&
<Button
className="editor-post-permalink__edit"
className="editor-post-permalink__edit button"
onClick={ this.onEditPermalink }
isLarge
>
{ __( 'Edit' ) }
</Button>
Expand Down

0 comments on commit 5fdd596

Please sign in to comment.