Skip to content

Commit

Permalink
feat(data): AtoZ reorder feedback colours.
Browse files Browse the repository at this point in the history
  • Loading branch information
clairedenning committed Apr 22, 2024
1 parent a22a99a commit 199989f
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions data/tokens/components/feedback.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,18 +148,6 @@
"type": "color",
"description": "Pill (all types, readonly, when nested in disabled parent components)"
},
"AI": {
"border-default": {
"value": "{base.color.generic.fg.standard.delicate}",
"type": "color",
"description": "border for inline ai message on light bg"
},
"borderAi-default": {
"value": "{base.color.status.ai.standard.default-vertical}",
"type": "color",
"description": "left border for AI inline message component"
}
},
"border-readonly": {
"value": "{base.color.interactive.inactive.standard.default}",
"type": "color",
Expand Down Expand Up @@ -201,6 +189,18 @@
"type": "color",
"description": "Message text."
},
"AI": {
"border-default": {
"value": "{base.color.generic.fg.standard.delicate}",
"type": "color",
"description": "border for inline ai message on light bg"
},
"borderAi-default": {
"value": "{base.color.status.ai.standard.default-vertical}",
"type": "color",
"description": "left border for AI inline message component"
}
},
"error": {
"bg-default": {
"value": "{base.color.status.negative.standard.default}",
Expand Down

0 comments on commit 199989f

Please sign in to comment.