Skip to content

Commit

Permalink
feat: add missing transparent color
Browse files Browse the repository at this point in the history
  • Loading branch information
alisonailea committed Dec 1, 2023
1 parent 06c7926 commit 0391c19
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/calcite-design-tokens/src/semantic/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
"dark": "rgba({core.color.neutral.blk-240}, {core.opacity.85})"
},
"type": "color"
},
"tint": {
"value": {
"light": "rgba({core.color.neutral.blk-000}, {core.opacity.80})",
"dark": "rgba({core.color.neutral.blk-200}, {core.opacity.80})"
},
"type": "color"
}
},
"brand": {
Expand Down

0 comments on commit 0391c19

Please sign in to comment.