Skip to content

Commit

Permalink
fix(data-display): correct font weight (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
2 people authored and GitHub Enterprise committed Sep 6, 2023
1 parent 8fee8a0 commit d036d23
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -529,7 +529,7 @@ $nx-theme: (
data-display-medium-letter-spacing: paragraph-03-letter-spacing,
data-display-small-font-size: paragraph-04-font-size,
data-display-small-line-height: paragraph-04-line-height,
data-display-small-font-weight: paragraph-04-font-weight,
data-display-small-font-weight: 400,
data-display-small-letter-spacing: paragraph-04-letter-spacing,
selectable-card-text-color: text-01,
selectable-card-background-color: ui-01,
Expand Down

0 comments on commit d036d23

Please sign in to comment.