Skip to content

Commit

Permalink
Use tertiary variant
Browse files Browse the repository at this point in the history
Who knew?
  • Loading branch information
getdave committed Jan 20, 2023
1 parent 5c0d47c commit f6ce48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/link-control/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ function LinkControl( {
>
{ __( 'Apply' ) }
</Button>
<Button variant="link" onClick={ handleCancel }>
<Button variant="tertiary" onClick={ handleCancel }>
{ __( 'Cancel' ) }
</Button>
</div>
Expand Down

0 comments on commit f6ce48a

Please sign in to comment.