Skip to content

Commit

Permalink
[#2452] Added OIP modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed May 27, 2024
1 parent cc26c07 commit 49a9be4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-inwoner/design-tokens",
"version": "0.0.5-alpha.2",
"version": "0.0.5-alpha.3",
"description": "Design tokens for Open Inwoner",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions src/community/utrecht/paragraph.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"value": "normal"
},
"line-height": {
"value": "{utrecht.document.line-height}"
"value": "24px"
},
"margin-block-end": {
"value": "0"
Expand All @@ -33,7 +33,7 @@
"value": "normal"
},
"line-height": {
"value": "{utrecht.document.line-height}"
"value": "20px"
},
"font-size": {
"value": "14px"
Expand Down
2 changes: 1 addition & 1 deletion src/components/paragraph-modifiers.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"value": "14px"
},
"line-height": {
"value": "{utrecht.document.line-height}"
"value": "{utrecht.paragraph.line-height}"
}
},
"muted": {
Expand Down

0 comments on commit 49a9be4

Please sign in to comment.