Skip to content

Commit

Permalink
Heading stijling update (#332)
Browse files Browse the repository at this point in the history
# Contents

Wijziging tokens: Stijling van het heading component

Jesse heeft volgende aangevraagd:
H1, regular, zwart
H2, bold, brand
H3, bold, zwart
H4, bold, brand

<!-- Surround an item with double tildes `~~` to indicate that it does
not apply to this PR -->

- ~~[ ] New features/components and bugfixes are covered by tests~~
- [x] Changesets are created
- ~~[ ] Definition of Done is checked~~

---------

Co-authored-by: Jaap-Hein Wester <[email protected]>
  • Loading branch information
AlineNap and Jaap-Hein Wester authored Nov 14, 2024
1 parent 8887460 commit 3b4c5ce
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .changeset/ten-avocados-agree.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@lux-design-system/design-tokens": major
---

In deze commit:

- Gewijzigde tokens:
- utrecht heading-1: color van `brand` naar `foreground`, font-weight van `bold` naar `regular`
- utrecht heading-3: color van `brand` naar `foreground`

**Let op:** visuele wijziging op alle thema's, H1 en H3 hebben nu een andere vormgeving.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"utrecht": {
"heading-1": {
"color": {
"value": "{lux.color.brand.default}",
"value": "{lux.color.foreground.default}",
"type": "color"
},
"font-family": {
"value": "{lux.font-family.primary}",
"type": "fontFamilies"
},
"font-weight": {
"value": "{lux.font-weight.bold}",
"value": "{lux.font-weight.regular}",
"type": "fontWeights"
},
"line-height": {
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"heading-3": {
"color": {
"value": "{lux.color.brand.default}",
"value": "{lux.color.foreground.default}",
"type": "color"
},
"font-family": {
Expand Down

0 comments on commit 3b4c5ce

Please sign in to comment.