Skip to content

Commit

Permalink
fix(formfield): dont overwrite the formfield-outline-label-font-weigh…
Browse files Browse the repository at this point in the history
…t token (#1069)
  • Loading branch information
Álvaro Molina Barquera authored and GitHub Enterprise committed Nov 7, 2023
1 parent 8254c00 commit 5dcd3c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion projects/ng-aquila/src/formfield/formfield.scss
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ $margin-to-message: nx-spacer(3xs);
padding-top: 0;
transform: translateY(v(formfield-outline-floating-distance));
@include type-style(formfield-outline-label);
font-weight: nx-font-weight(semibold);
}

.nx-formfield__prefix ~ .nx-formfield__input {
Expand Down
2 changes: 1 addition & 1 deletion projects/ng-aquila/src/shared-styles/theming/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ $nx-theme: (
formfield-outline-hint-spacing: 8px 0 0 0,
formfield-outline-label-font-size: paragraph-03-font-size,
formfield-outline-label-line-height: paragraph-03-line-height,
formfield-outline-label-font-weight: paragraph-03-font-weight,
formfield-outline-label-font-weight: 600,
formfield-outline-label-letter-spacing: paragraph-03-letter-spacing,
formfield-outline-optional-label-font-size: formfield-outline-label-font-size,
formfield-outline-optional-label-line-height: formfield-outline-label-line-height,
Expand Down

0 comments on commit 5dcd3c2

Please sign in to comment.