Skip to content

Commit

Permalink
adding control border to v3 tokens (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Feb 24, 2023
1 parent f731161 commit 0763666
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/tokens/functional/color/light/primitives-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@
$type: 'color',
alpha: 0.15,
},
control: {
$value: '{base.color.gray.4}',
$type: 'color',
mix: {
color: '{base.color.gray.5}',
weight: 0.2,
},
},
},
neutral: {
emphasisPlus: {
Expand Down

0 comments on commit 0763666

Please sign in to comment.