Skip to content

Commit

Permalink
Merge pull request #326 from Sage/addMinorGrayHover
Browse files Browse the repository at this point in the history
feat(data): Add action minor gray 700 for use on subtle button hover state (on darkbg)
  • Loading branch information
clairedenning authored Jul 18, 2023
2 parents d7ab57b + f827479 commit 9611653
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions data/tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,12 @@
"value": "$colors.yang.100",
"type": "color"
}
},
"gray": {
"700": {
"value": "$colors.gray.700",
"type": "color"
}
}
},
"disabled": {
Expand Down

0 comments on commit 9611653

Please sign in to comment.