Skip to content

Commit

Permalink
feat(tokens): add new "primary-flair" color tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
pheggeseth committed Sep 22, 2023
1 parent dc37d79 commit cea480d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/strange-pets-film.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@launchpad-ui/tokens': patch
'@launchpad-ui/core': patch
---

added new "primary-flair" color tokens
9 changes: 9 additions & 0 deletions packages/tokens/src/color-aliases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ color:
primary:
value: '{ color.white.0.value }'
dark: '{ color.black.300.value }'
primary-flair:
value: '{ color.purple.200.value }'
dark: '{ color.purple.900.value }'
secondary:
value: '{ color.white.100.value }'
dark: '{ color.black.100.value }'
Expand Down Expand Up @@ -205,6 +208,9 @@ color:
primary:
value: '{ color.gray.200.value }'
dark: '{ color.gray.700.value }'
primary-flair:
value: '{ color.purple.300.value }'
dark: '{ color.purple.600.value }'
secondary:
value: '{ color.gray.100.value }'
dark: '{ color.gray.800.value }'
Expand Down Expand Up @@ -236,6 +242,9 @@ color:
primary:
value: currentvalue
dark: '{ color.white.0.value }'
primary-flair:
value: '{ color.purple.500.value }'
dark: '{ color.purple.300.value }'
field:
base:
value: '{ color.gray.600.value }'
Expand Down

0 comments on commit cea480d

Please sign in to comment.