Skip to content

Commit

Permalink
feat(data): adding AI tokens for the border in container
Browse files Browse the repository at this point in the history
  • Loading branch information
ljemmo committed May 30, 2024
1 parent 2c0d338 commit e3f9103
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions data/tokens/components/container.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,18 @@
"type": "color",
"description": "for headings, paragraph text etc "
},
"AI": {
"borderhorizontal": {
"value": "{base.color.status.ai.standard.default-horizontal}",
"type": "color",
"description": "top and bottom border for AI nudge message component"
},
"bordervertical": {
"value": "{base.color.status.ai.standard.default-vertical}",
"type": "color",
"description": "left and right border for AI nudge message component"
}
},
"scrollbar": {
"bg-default": {
"value": "{base.color.generic.bg.inverse.nought}",
Expand Down

0 comments on commit e3f9103

Please sign in to comment.