Skip to content

Commit

Permalink
Center button content in case it stretches
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Apr 28, 2024
1 parent be4b2dd commit cc1d1fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/css/src/components/button/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
font-family: var(--ams-button-font-family);
font-size: var(--ams-button-font-size);
gap: var(--ams-button-gap);
justify-content: center;
line-height: var(--ams-button-line-height);
outline-offset: var(--ams-button-outline-offset);
padding-block: var(--ams-button-padding-block);
Expand Down

0 comments on commit cc1d1fa

Please sign in to comment.