Skip to content

Commit

Permalink
bump version, correct colors
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Nov 4, 2024
1 parent 76d9ac5 commit ea08ab0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.7-alpha.1",
"version": "0.0.7-alpha.2",
"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/skiplink.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"utrecht": {
"skip-link": {
"background-color": {
"value": "#f0f0f0"
"value": "{oip.color.accent}"
},
"color": {
"value": "#000"
"value": "#fff"
},
"min-block-size": {
"value": "0"
Expand Down

0 comments on commit ea08ab0

Please sign in to comment.