Skip to content

Commit

Permalink
Added 2px and 6px size to base scale (#953)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed May 16, 2024
1 parent 0280547 commit 09d1380
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rich-apes-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': patch
---

Added 2px and 6px size to base scale
20 changes: 20 additions & 0 deletions src/tokens/base/size/size.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"base": {
"size": {
"2": {
"$value": "2px",
"$type": "dimension",
"$extensions": {
"org.primer.figma": {
"collection": "base/size",
"scopes": ["size"]
}
}
},
"4": {
"$value": "4px",
"$type": "dimension",
Expand All @@ -11,6 +21,16 @@
}
}
},
"6": {
"$value": "6px",
"$type": "dimension",
"$extensions": {
"org.primer.figma": {
"collection": "base/size",
"scopes": ["size"]
}
}
},
"8": {
"$value": "8px",
"$type": "dimension",
Expand Down

0 comments on commit 09d1380

Please sign in to comment.