Skip to content

Commit

Permalink
chore: add Figma design token support for mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Oct 4, 2024
1 parent 71dd085 commit 5ea3af4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/wild-insects-beg.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@utrecht/mark-css": patch
---

Update Figma support in the design token metadata for the Mark component.
4 changes: 2 additions & 2 deletions components/mark/src/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
},
Expand All @@ -17,7 +17,7 @@
"syntax": "<color>",
"inherits": true
},
"nl.nldesignsystem.figma.supports-token": false
"nl.nldesignsystem.figma.supports-token": true
},
"type": "color"
}
Expand Down

0 comments on commit 5ea3af4

Please sign in to comment.