Skip to content

Commit

Permalink
feat(odyssey-design-tokens): add token for Caution Dark
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Mar 9, 2022
1 parent e25176e commit 217dc74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/odyssey-design-tokens/src/color/functional.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"caution": {
"light": { "value": "{color.palette.yellow.300.value}" },
"base": { "value": "{color.palette.yellow.500.value}" }
"base": { "value": "{color.palette.yellow.500.value}" },
"dark": { "value": "{color.palette.yellow.900.value}" }
},
"success": {
"light": { "value": "{color.palette.green.300.value}" },
Expand Down

0 comments on commit 217dc74

Please sign in to comment.