Skip to content

Commit

Permalink
Merge 1a4ba16 into 13f62d5
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank authored Jul 31, 2024
2 parents 13f62d5 + 1a4ba16 commit 90edec5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,6 @@
},
},
invisible: {
fgColor: {
hover: {
$value: '{base.color.blue.8}',
$type: 'color',
},
},
iconColor: {
hover: {
$value: '{fgColor.onEmphasis}',
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/functional/color/dark/patterns-dark.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@
invisible: {
fgColor: {
rest: {
$value: '{fgColor.accent}',
$value: '{fgColor.default}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -1082,7 +1082,7 @@
},
},
hover: {
$value: '{base.color.blue.3}',
$value: '{fgColor.default}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,6 @@
},
},
invisible: {
fgColor: {
hover: {
$value: '{base.color.blue.2}',
$type: 'color',
},
},
iconColor: {
hover: {
$value: '{fgColor.onEmphasis}',
Expand Down
4 changes: 2 additions & 2 deletions src/tokens/functional/color/light/patterns-light.json5
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@
invisible: {
fgColor: {
rest: {
$value: '{fgColor.accent}',
$value: '{fgColor.default}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -1074,7 +1074,7 @@
},
},
hover: {
$value: '{fgColor.accent}',
$value: '{fgColor.default}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down

0 comments on commit 90edec5

Please sign in to comment.