Skip to content

Commit

Permalink
feat(data): Add base.color.status.ai.inverse.default-horizontal and u…
Browse files Browse the repository at this point in the history
…pdate value of feedback inverse horizontal token
  • Loading branch information
clairedenning committed May 30, 2024
1 parent 737a0ff commit 5667887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/tokens/components/feedback.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"AI": {
"nudge": {
"borderAi-horizontal": {
"value": "{base.color.status.ai.inverse.default-vertical}",
"value": "{base.color.status.ai.inverse.default-horizontal}",
"type": "color",
"description": "top and bottom border for AI nudge message component"
},
Expand Down
4 changes: 4 additions & 0 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,10 @@
}
},
"inverse": {
"default-horizontal": {
"value": "{origin.colors.lightAiH}",
"type": "color"
},
"default-vertical": {
"value": "{origin.colors.lightAiV}",
"type": "color"
Expand Down

0 comments on commit 5667887

Please sign in to comment.