Skip to content

Commit

Permalink
fix: add new tokens (#171)
Browse files Browse the repository at this point in the history
* fix: add new tokens

* chore: update comment

Co-authored-by: Maksym Portianoi <portimaksym@gmail.com>

---------

Co-authored-by: Maksym Portianoi <portimaksym@gmail.com>
  • Loading branch information
adamdehaven and portikM committed Nov 28, 2023
1 parent 8242fad commit aefe768
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tokens/source/border/radius.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
"comment": "8px border radius.",
"value": "8px"
},
"50": {
"comment": "10px border radius.",
"value": "10px"
},
"circle": {
"comment": "50% border radius used to create circles.",
"value": "50%"
Expand Down
4 changes: 4 additions & 0 deletions tokens/source/color/background.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
},
"decorative": {
"purple": {
"_": {
"comment": "Background color for decorative purposes (purple.60).",
"value": "{color.alias.purple.60}"
},
"weakest": {
"comment": "Weakest background color for decorative purposes (purple.10).",
"value": "{color.alias.purple.10}"
Expand Down

0 comments on commit aefe768

Please sign in to comment.