Skip to content

Commit

Permalink
Update opacity files to DTCG
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelcyborg committed Sep 19, 2024
1 parent 2435d59 commit 01abee6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
11 changes: 5 additions & 6 deletions tokens/opacity/dark/disabled.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"$type": "opacity",
"opacity": {
"disabled": {
"default": {
"value": 33,
"type": "opacity",
"themeable": true
"themeable": true,
"$value": 33
},
"range": {
"value": 50,
"type": "opacity",
"themeable": true
"themeable": true,
"$value": 50
}
}
}
Expand Down
11 changes: 5 additions & 6 deletions tokens/opacity/light/disabled.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
{
"$type": "opacity",
"opacity": {
"disabled": {
"default": {
"value": 33,
"type": "opacity",
"themeable": true
"themeable": true,
"$value": 33
},
"range": {
"value": 50,
"type": "opacity",
"themeable": true
"themeable": true,
"$value": 50
}
}
}
Expand Down

0 comments on commit 01abee6

Please sign in to comment.