Skip to content

Commit

Permalink
remove font-weight: 100 (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbasuil authored Dec 20, 2023
1 parent 93f454a commit 6877520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions scss/forms/form_control_label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@
}

&__children {
@include synth-font-type-30--medium;
@include synth-font-type-30;

font-weight: 100;
margin-top: 0.5rem;
width: 100%;
}
Expand Down
1 change: 0 additions & 1 deletion scss/forms/form_group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

&__helper-text {
@include synth-font-type-30;
font-weight: 100;
color: $ux-gray-900;
}
}
Expand Down

0 comments on commit 6877520

Please sign in to comment.