Skip to content

Commit

Permalink
fix: letter-spacing token for extra-light accordion and comparison-ta…
Browse files Browse the repository at this point in the history
…ble (#76)
  • Loading branch information
snoopy-cat authored and GitHub Enterprise committed Oct 16, 2020
1 parent 9755de6 commit 59cf1f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng-aquila/src/shared-styles/theming/tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ $nx-theme: (
accordion-extra-light-font-size: 16px,
accordion-extra-light-line-height: 24px,
accordion-extra-light-font-weight: 600,
accordion-extra-light-letter-spacing: 1,
accordion-extra-light-letter-spacing: 1px,

action-font-size: paragraph-03-font-size,
action-line-height: paragraph-03-line-height,
Expand Down Expand Up @@ -488,7 +488,7 @@ $nx-theme: (
comparison-table-group-label-font-size: 16px,
comparison-table-group-label-line-height: 24px,
comparison-table-group-label-font-weight: 600,
comparison-table-group-label-letter-spacing: 1,
comparison-table-group-label-letter-spacing: 1px,

selectable-card-text-color: text-01,
selectable-card-background-color: ui-01,
Expand Down

0 comments on commit 59cf1f6

Please sign in to comment.