Skip to content

Commit

Permalink
feat(odyssey-design-tokens): add alpha tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
edburyenegren-okta committed Jun 9, 2023
1 parent 51898ec commit a861769
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/odyssey-design-tokens/src/palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@
"neutral": {
"main": { "value": "{hue.neutral.600.value}" },
"dark": { "value": "{hue.neutral.900.value}" }
},
"alpha": {
"opaque": { "value": "1" },
"semi": { "value": "75" }
}
}
}

0 comments on commit a861769

Please sign in to comment.