Skip to content

Commit

Permalink
feat: new cloud alpha variant (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCastigliano authored Jul 11, 2024
1 parent b409a0c commit 861c70c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions designTokens/color.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ export const color: DesignTokens = {
cloud: {
value: 'rgba(229,229,229,1)',
},
cloudAlpha: {
80: {
value: 'rgba(229,229,229,.8)',
},
},
milk: {
value: 'rgba(246,246,246,1)',
},
Expand Down

0 comments on commit 861c70c

Please sign in to comment.