Skip to content

Commit

Permalink
feat(data): adding more color tokens for inverse accordion
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed Aug 1, 2024
1 parent 2d9c862 commit 363c67d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data/tokens/components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"description": "Enabled chevron for any accordion."
},
"icon-hover": {
"value": "{base.color.interactive.monochrome.inverse.hover}",
"value": "{base.color.interactive.monochrome.inverse.default}",
"type": "color",
"description": "Hover chevron for any accordion."
},
Expand All @@ -78,6 +78,16 @@
"value": "{base.color.interactive.monochrome.inverse.default}",
"type": "color",
"description": "Hover label for any accordion."
},
"icon-active": {
"value": "{base.color.interactive.monochrome.inverse.active}",
"type": "color",
"description": "Active chevron for any accordion."
},
"text-active": {
"value": "{base.color.interactive.monochrome.inverse.active}",
"type": "color",
"description": "Active label for any accordion."
}
}
},
Expand Down

0 comments on commit 363c67d

Please sign in to comment.