Skip to content

Commit

Permalink
Change some base green colors to prov colors
Browse files Browse the repository at this point in the history
  • Loading branch information
simonewebdesign committed Jun 18, 2024
1 parent 1e7a549 commit d05dca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/tokens/functional/color/light/primitives-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
},
success: {
'@': {
$value: '{base.color.green.5}',
$value: '{prov.color.green.5}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down Expand Up @@ -477,7 +477,7 @@
},
success: {
muted: {
$value: '{base.color.green.0}',
$value: '{prov.color.green.0}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -492,7 +492,7 @@
},
},
emphasis: {
$value: '{base.color.green.4}',
$value: '{prov.color.green.4}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -506,7 +506,7 @@
},
},
mix: {
color: '{base.color.green.5}',
color: '{prov.color.green.5}',
weight: 0.75,
},
},
Expand Down Expand Up @@ -911,7 +911,7 @@
},
success: {
muted: {
$value: '{base.color.green.3}',
$value: '{prov.color.green.3}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -927,7 +927,7 @@
alpha: 0.4,
},
emphasis: {
$value: '{base.color.green.5}',
$value: '{prov.color.green.5}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down
2 changes: 1 addition & 1 deletion src/tokens/functional/shadow/light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
selected: {
$value: [
{
color: '{base.color.green.9}',
color: '{prov.color.green.9}',
alpha: 0.3,
offsetX: '0px',
offsetY: '1px',
Expand Down

0 comments on commit d05dca7

Please sign in to comment.