Skip to content

Commit

Permalink
🐛 Fix typo in value
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jan 4, 2024
1 parent eb290f7 commit 760effa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-formulieren/design-tokens",
"version": "0.52.0",
"version": "0.52.1",
"description": "Design tokens for Open Forms",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/summary.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"border-block-end-color": {"value": "{of.color.border}"},
"border-block-end-style": {"value": "solid"},
"border-block-end-width": {"value": "1px"},
"padding-block-end": {"value": "12p"},
"padding-block-end": {"value": "12px"},
"mobile": {
"row-gap": {"value": "8px"}
}
Expand Down

0 comments on commit 760effa

Please sign in to comment.