Skip to content

Commit

Permalink
fix(Label): do not inherit parent's font weight (#1496)
Browse files Browse the repository at this point in the history
  • Loading branch information
amje authored Apr 9, 2024
1 parent cf1dfb0 commit 8a8c2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Label/Label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ $hover-opacity: 0.7;
--border-size: 0px;

&__text {
@include mixins.text-body-1();
display: flex;
align-items: baseline;
width: 100%;
font-size: var(--g-text-body-1-font-size);
text-align: center;
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit 8a8c2e5

Please sign in to comment.