Skip to content

Commit

Permalink
fix: add text-action-hover and mono
Browse files Browse the repository at this point in the history
  • Loading branch information
johanekhager committed Mar 1, 2024
1 parent 543ccc9 commit 2c1aa8d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,11 @@
"Light": {
"color": {
"background": {
"mono": {
"value": "{color.black}",
"type": "color",
"description": "{color.black}"
},
"canvas": {
"value": "{color.white}",
"type": "color",
Expand Down Expand Up @@ -1674,6 +1679,11 @@
"type": "color",
"description": "{color.pink.500}"
},
"hover": {
"value": "{color.pink.600}",
"type": "color",
"description": "{color.pink.600}"
},
"default-active": {
"value": "{color.pink.600}",
"type": "color",
Expand Down Expand Up @@ -2597,6 +2607,11 @@
"Dark": {
"color": {
"background": {
"mono": {
"value": "{color.white}",
"type": "color",
"description": "{color.white}"
},
"canvas": {
"value": "{color.zinc.1000}",
"type": "color",
Expand Down Expand Up @@ -3363,6 +3378,11 @@
"type": "color",
"description": "{color.pink.500}"
},
"hover": {
"value": "{color.pink.600}",
"type": "color",
"description": "{color.pink.600}"
},
"default-active": {
"value": "{color.pink.600}",
"type": "color",
Expand Down

0 comments on commit 2c1aa8d

Please sign in to comment.