Skip to content

Commit

Permalink
fix(tokens): line heights
Browse files Browse the repository at this point in the history
  • Loading branch information
azuradara committed Dec 31, 2024
1 parent 26fc31d commit 2b44d05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
20 changes: 10 additions & 10 deletions packages/celeste-tokens/src/tokens/typo.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,43 +16,43 @@
},
"lineHeights": {
"0": {
"$value": "64",
"$value": "64px",
"$type": "lineHeights"
},
"1": {
"$value": "56",
"$value": "56px",
"$type": "lineHeights"
},
"2": {
"$value": "48",
"$value": "48px",
"$type": "lineHeights"
},
"3": {
"$value": "40",
"$value": "40px",
"$type": "lineHeights"
},
"4": {
"$value": "32",
"$value": "32px",
"$type": "lineHeights"
},
"5": {
"$value": "28",
"$value": "28px",
"$type": "lineHeights"
},
"6": {
"$value": "24",
"$value": "24px",
"$type": "lineHeights"
},
"7": {
"$value": "20",
"$value": "20px",
"$type": "lineHeights"
},
"8": {
"$value": "16",
"$value": "16px",
"$type": "lineHeights"
},
"9": {
"$value": "12",
"$value": "12px",
"$type": "lineHeights"
}
},
Expand Down
7 changes: 4 additions & 3 deletions packages/celeste-vue/src/internal/dev.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
</div>
</template>

<style scoped>
.hi {
color: var(--text-strong-950);
<style>
html {
color: var(--color-text-strong-950);
font: var(--typo-paragraph-latin-medium);
}
</style>

0 comments on commit 2b44d05

Please sign in to comment.