Skip to content

Commit

Permalink
feat(base): add new white tokens with different opacities
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanjones243 authored and blackfalcon committed Nov 7, 2023
1 parent d14efc1 commit b5a11d6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/color/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,27 @@
"public": true,
"deprecated": false
},
"white-opacity-50": {
"value": "ffffff80",
"comment": "white @ 50%",
"public": true,
"opacity": true,
"deprecated": false
},
"white-opacity-40": {
"value": "ffffff66",
"comment": "white @ 40%",
"public": true,
"opacity": true,
"deprecated": false
},
"white-opacity-0": {
"value": "ffffff00",
"comment": "white @ 0%",
"public": true,
"opacity": true,
"deprecated": false
},
"black": {
"value": "000000",
"comment": "{comments.color.base.value.comment}",
Expand Down

0 comments on commit b5a11d6

Please sign in to comment.