Skip to content

Commit

Permalink
fix(shadow): add border danger strong token (#131)
Browse files Browse the repository at this point in the history
* fix(shadow): add shadow-border-filled tokens

* fix: comments

* fix: minor fix

* fix(shadow): remove border filled tokens
  • Loading branch information
portikM committed Oct 23, 2023
1 parent 0bdac28 commit f0a9185
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tokens/source/shadow/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,14 @@
"value": "0px 0px 0px 1px {color.alias.gray.20} inset"
},
"danger": {
"comment": "0px 0px 0px 1px red.60 inset",
"value": "0px 0px 0px 1px {color.alias.red.60} inset"
"_": {
"comment": "0px 0px 0px 1px red.60 inset",
"value": "0px 0px 0px 1px {color.alias.red.60} inset"
},
"strong": {
"comment": "0px 0px 0px 1px red.70 inset",
"value": "0px 0px 0px 1px {color.alias.red.70} inset"
}
},
"disabled": {
"comment": "0px 0px 0px 1px gray.20 inset",
Expand Down

0 comments on commit f0a9185

Please sign in to comment.