Skip to content

Commit

Permalink
Guide: Change the button size to 40px
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Aug 2, 2024
1 parent 6581dfb commit 45bef7d
Showing 1 changed file with 2 additions and 0 deletions.
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 45bef7d

Please sign in to comment.