Skip to content

Commit

Permalink
feat(data): fixing issues on the hover state for accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Oct 31, 2023
1 parent b14dff4 commit 8a18ff7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions data/tokens/Components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"type": "color"
}
},
"selectable": {
"interactive": {
"bgFooter-default": {
"value": "{base.color.backdrop.standard.bgFirm}",
"type": "color",
Expand All @@ -33,6 +33,11 @@
"value": "{base.color.selectable.inactive.defaultAlt}",
"type": "color"
},
"bg-hover": {
"value": "{base.color.selectable.monochrome.standard.hoverAlt}",
"type": "color",
"description": "Used for accordion hover backgrounds\n"
},
"bgFooter-active": {
"value": "{base.color.selectable.monochrome.standard.active}",
"type": "color"
Expand All @@ -52,11 +57,6 @@
"labelFooter-active": {
"value": "{base.color.content.inverse.fgExtreme}",
"type": "color"
},
"bg-hover": {
"value": "{base.color.selectable.monochrome.standard.hover}",
"type": "color",
"description": "Used for accordion hover backgrounds\n"
}
}
}
Expand Down
6 changes: 3 additions & 3 deletions data/tokens/Modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"studio.tokens": {
"modify": {
"type": "alpha",
"value": "0.55",
"value": "0.50",
"space": "lch"
}
}
Expand Down Expand Up @@ -905,12 +905,12 @@
"description": "more contrast"
},
"hover": {
"value": "0.12",
"value": "0.16",
"type": "other",
"description": "Hover used on primary buttons"
},
"hoverAlt": {
"value": "0.16",
"value": "0.12",
"type": "other",
"description": "Hover used on secondary and tertiary buttons"
}
Expand Down

0 comments on commit 8a18ff7

Please sign in to comment.