Skip to content

Commit

Permalink
feat(status): Add color tokens to mode status caution and info. Chang…
Browse files Browse the repository at this point in the history
…e values of frozen product status caution and info tokens.
  • Loading branch information
clairedenning committed Dec 16, 2024
1 parent 21124a4 commit 52ad63f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/tokens/context/frozenproduct.json
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
"description": "Subtle message bg"
},
"bgAlt-default": {
"value": "{primitives.colors.blueBright}",
"value": "{modes.color.status.info.frozen.default}",
"type": "color",
"description": "Global message bg"
}
Expand Down Expand Up @@ -499,7 +499,7 @@
"description": "Subtle message bg"
},
"bgAlt-default": {
"value": "{primitives.colors.orangeBright}",
"value": "{modes.color.status.caution.frozen.default}",
"type": "color",
"description": "Global message bg"
}
Expand Down
14 changes: 14 additions & 0 deletions data/tokens/modes/light.json
Original file line number Diff line number Diff line change
Expand Up @@ -1159,6 +1159,13 @@
"text": {
"value": "{primitives.colors.orange}",
"type": "color"
},
"frozen": {
"default": {
"value": "#FF8629",
"type": "color",
"description": "used on global message bg"
}
}
},
"content": {
Expand Down Expand Up @@ -1247,6 +1254,13 @@
}
},
"description": "used on pill hover states and message bg"
},
"frozen": {
"default": {
"value": "#65a9ff",
"type": "color",
"description": "used on global message bg"
}
}
},
"negative": {
Expand Down

0 comments on commit 52ad63f

Please sign in to comment.