Skip to content

Commit

Permalink
rename link
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jul 21, 2023
1 parent 05d0a24 commit 031df4b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 18 deletions.
16 changes: 7 additions & 9 deletions src/tokens/functional/color/dark/primitives-dark.json5
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,13 @@
},
},
link: {
rest: {
$value: '{fgColor.accent}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
mode: 'dark',
scopes: ['fgColor'],
},
$value: '{fgColor.accent}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
mode: 'dark',
scopes: ['fgColor'],
},
},
},
Expand Down
16 changes: 7 additions & 9 deletions src/tokens/functional/color/light/primitives-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,13 @@
},
},
link: {
rest: {
$value: '{fgColor.accent}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
mode: 'light',
scopes: ['fgColor'],
},
$value: '{fgColor.accent}',
$type: 'color',
$extensions: {
'org.primer.figma': {
collection: 'mode',
mode: 'light',
scopes: ['fgColor'],
},
},
},
Expand Down

0 comments on commit 031df4b

Please sign in to comment.