Skip to content

Commit

Permalink
Update invisible fg color (#1021)
Browse files Browse the repository at this point in the history
* swap blue for default

* Create beige-waves-help.md

* github-actions[bot] Regenerated snapshots

* add git ignore

* reset blob to main

---------

Co-authored-by: langermank <langermank@users.noreply.github.com>
  • Loading branch information
langermank and langermank committed Jul 31, 2024
1 parent d845fdf commit 8b015a0
Show file tree
Hide file tree
Showing 22 changed files with 11 additions and 17 deletions.
5 changes: 5 additions & 0 deletions .changeset/beige-waves-help.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": major
---

Update `invisible` button variant text color to be default instead of link blue
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ node_modules
yarn.lock
coverage/
docs/public/
color-contrast-check.json
color-contrast-check.json
blob-report
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 8b015a0

Please sign in to comment.