Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
simonewebdesign committed Jul 3, 2024
1 parent 28b070c commit 075b9b1
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions src/tokens/functional/color/light/primitives-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -128,24 +128,22 @@
},
},
success: {
'@': {
$value: '{prov.color.green.5}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
mode: 'light',
group: 'semantic',
scopes: ['fgColor'],
codeSyntax: {
web: 'var(--fgColor-success) /* utility class: .color-fg-success */',
},
$value: '{base.color.green.5}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
mode: 'light',
group: 'semantic',
scopes: ['fgColor'],
codeSyntax: {
web: 'var(--fgColor-success) /* utility class: .color-fg-success */',
},
},
},
},
attention: {
$value: '{base.color.yellow.5}',
open: {
$value: '{fgColor.success}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -154,7 +152,7 @@
group: 'semantic',
scopes: ['fgColor'],
codeSyntax: {
web: 'var(--fgColor-attention) /* utility class: .color-fg-attention */',
web: 'var(--fgColor-open) /* utility class: .color-fg-open */',
},
},
},
Expand Down

0 comments on commit 075b9b1

Please sign in to comment.