Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
feat: lighten box neutral on hover (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisguyscode authored Jun 13, 2023
1 parent 4d1ef53 commit 2a1cfeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokens/alias.box.dark.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
box: {
// Neutral
"neutral-color" : { value: "{color.grey.70.value}", attributes: { category: "color" } },
"neutral-color-hover" : { value: "{color.grey.90.value}", attributes: { category: "color" } },
"neutral-color-hover" : { value: "{color.grey.60.value}", attributes: { category: "color" } },
"neutral-color-pressed" : { value: "{color.grey.100.value}", attributes: { category: "color" } },
"neutral-inverse-color" : { value: "{color.grey.0.value}", attributes: { category: "color" } },
"neutral-inverse-color-hover" : { value: "{color.grey.20.value}", attributes: { category: "color" } },
Expand Down

0 comments on commit 2a1cfeb

Please sign in to comment.