Skip to content

Commit

Permalink
PLAT-4144 Fix Button Font Weight
Browse files Browse the repository at this point in the history
  • Loading branch information
nighto committed Jan 20, 2025
1 parent 05fbb7b commit 52d5114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/actions/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
align-items: center;
gap: 0.3ch;

@include bk.font(bk.$font-family-display, bk.$font-weight-medium);
@include bk.font(bk.$font-family-display, bk.$font-weight-semibold);
/* letter-spacing: 0.1ch; */
text-transform: uppercase;

Expand Down

0 comments on commit 52d5114

Please sign in to comment.