Skip to content

Commit

Permalink
Add color.background.neutral.xstrong
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Nov 20, 2024
1 parent ec8f38d commit 0bf081b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
14 changes: 14 additions & 0 deletions design-tokens/tokens/semantic/color.dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,20 @@
}
}
}
},
"neutral": {
"xstrong": {
"$type": "color",
"$value": "{base.color.grey.50}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
}
}
},
"border": {
Expand Down
14 changes: 14 additions & 0 deletions design-tokens/tokens/semantic/color.light.json
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,20 @@
}
}
}
},
"neutral": {
"xstrong": {
"$type": "color",
"$value": "{base.color.grey.1000}",
"$description": "",
"$extensions": {
"com.figma": {
"hiddenFromPublishing": false,
"scopes": ["ALL_SCOPES"],
"codeSyntax": {}
}
}
}
}
},
"border": {
Expand Down

0 comments on commit 0bf081b

Please sign in to comment.