Skip to content

Commit

Permalink
Guide: Update finish button to use the new default size (#65680)
Browse files Browse the repository at this point in the history
* Guide: Update finish button to use the new default size

* CHANGELOG

Co-authored-by: tyxla <tyxla@git.wordpress.org>
Co-authored-by: ciampo <mciampini@git.wordpress.org>
  • Loading branch information
3 people authored and noisysocks committed Sep 30, 2024
1 parent fdd69d5 commit 606a0ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

### Enhancements

- `Guide`: Update finish button to use the new default size ([#65680](https://github.com/WordPress/gutenberg/pull/65680)).

### Bug Fixes

- `ToolsPanel`: atomic one-step state update when (un)registering panels ([#65564](https://github.com/WordPress/gutenberg/pull/65564)).
Expand Down
1 change: 1 addition & 0 deletions packages/components/src/guide/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ function Guide( {
className="components-guide__finish-button"
variant="primary"
onClick={ onFinish }
__next40pxDefaultSize
>
{ finishButtonText }
</Button>
Expand Down

1 comment on commit 606a0ef

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 606a0ef.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11097482245
📝 Reported issues:

Please sign in to comment.