Skip to content

Commit 9ed2e66

Browse files
committed
feat(*): update comments, add heading lh
1 parent 840a2f6 commit 9ed2e66

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tokens/custom-spectrum/custom-vars.css

+5-4
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,13 @@
7676
--spectrum-line-height-200: round(150%, 1px);
7777
}
7878

79-
/* Based on "medium" size - TBD from design */
80-
--spectrum-body-line-height: var(--spectrum-line-height-75);
81-
--spectrum-detail-line-height: var(--spectrum-line-height-150);
82-
--spectrum-code-line-height: var(--spectrum-line-height-75);
79+
--spectrum-heading-line-height: var(--spectrum-line-height-100);
80+
--spectrum-body-line-height: var(--spectrum-line-height-200);
81+
--spectrum-detail-line-height: var(--spectrum-line-height-100);
82+
--spectrum-code-line-height: var(--spectrum-line-height-200);
8383

8484
/* Design provided line-height adjusted properties */
85+
/* Likely drop "desktop" and output into medium/large accordingly */
8586
--spectrum-line-height-component-desktop-extra-small: var(--spectrum-line-height-100);
8687
--spectrum-line-height-component-desktop-small: var(--spectrum-line-height-150);
8788
--spectrum-line-height-component-desktop-medium: var(--spectrum-line-height-100);

0 commit comments

Comments
 (0)