Skip to content

Commit

Permalink
Guide: Add __next40pxDefaultSize to buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Aug 2, 2024
1 parent 6581dfb commit bda4f20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

- `TimeInput`: Expose as subcomponent of `TimePicker` ([#63145](https://github.com/WordPress/gutenberg/pull/63145)).
- `RadioControl`: add support for option help text ([#63751](https://github.com/WordPress/gutenberg/pull/63751)).
- `Guide`: Add `__next40pxDefaultSize` to buttons ([#64181](https://github.com/WordPress/gutenberg/pull/64181)).

### Internal

Expand Down
2 changes: 2 additions & 0 deletions packages/components/src/guide/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ function Guide( {
className="components-guide__back-button"
variant="tertiary"
onClick={ goBack }
__next40pxDefaultSize
>
{ __( 'Previous' ) }
</Button>
Expand All @@ -153,6 +154,7 @@ function Guide( {
className="components-guide__forward-button"
variant="primary"
onClick={ goForward }
__next40pxDefaultSize
>
{ __( 'Next' ) }
</Button>
Expand Down

0 comments on commit bda4f20

Please sign in to comment.