Skip to content

Commit

Permalink
Merge pull request #151 from PrestaShopCorp/fix/button-font-weight
Browse files Browse the repository at this point in the history
Fix: Use correct font-weight for the PuikButton component
  • Loading branch information
Kelhel authored Jul 7, 2023
2 parents c5f3579 + 0ce3583 commit 1f33f7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/theme/src/common/typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@
// Buttons

.puik-text-button-default {
@apply font-primary font-semibold text-sm leading-[1.125rem];
@apply font-primary font-medium text-sm leading-[1.125rem];
}

.puik-text-button-small {
@apply font-primary text-xs leading-4 font-semibold;
@apply font-primary text-xs leading-4 font-medium;
}

.puik-text-button-large {
@apply font-primary text-base leading-5 font-semibold;
@apply font-primary text-base leading-5 font-medium;
}

0 comments on commit 1f33f7e

Please sign in to comment.