Skip to content

Commit

Permalink
Updated the colours associated to the tokens:
Browse files Browse the repository at this point in the history
- colour.availability.background.inactive
-colour.availability.text. inactive
  • Loading branch information
LuisaGibertoni committed Aug 23, 2024
1 parent b9440f2 commit 30a85b1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -454,11 +454,6 @@
},
"semantic": {
"color": {
"operating-structure": {
"value": "{color.blueberry800}",
"type": "color",
"description": "Temporary - used for E2E testing of figma tokens workflow"
},
"action": {
"primary": {
"default": {
Expand Down Expand Up @@ -680,6 +675,10 @@
"value": "{color.skyblue100}",
"type": "color",
"description": "Colour for background elements that communicate the state AvailabilityState.PASSIVE"
},
"inactive": {
"value": "{color.terracotta100}",
"type": "color"
}
},
"text": {
Expand All @@ -691,6 +690,10 @@
"value": "{color.skyblue700}",
"type": "color",
"description": "Colour for text that communicates the state AvailabilityState.PASSIVE"
},
"inactive": {
"value": "{color.terracotta600}",
"type": "color"
}
}
},
Expand Down Expand Up @@ -850,7 +853,8 @@
},
"100": {
"value": "{color.skyblue100}",
"type": "color"
"type": "color",
"description": "Decor tokens do not convey a meaning, they are purely decorative. Use only when a more appropriate token does not exist"
},
"200": {
"value": "{color.skyblue200}",
Expand Down

0 comments on commit 30a85b1

Please sign in to comment.