Skip to content

Commit

Permalink
Bug fix: invisible text color (#1028)
Browse files Browse the repository at this point in the history
* use default fg text

* Create silly-pugs-applaud.md

* github-actions[bot] Regenerated snapshots

---------

Co-authored-by: langermank <langermank@users.noreply.github.com>
  • Loading branch information
langermank and langermank authored Aug 22, 2024
1 parent d775cbc commit 74915a8
Show file tree
Hide file tree
Showing 18 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/silly-pugs-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": patch
---

Bug fix: `invisible` text color `muted` to `default`
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.
Binary file modified blob-report/report.zip
Binary file not shown.
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 @@ -1064,7 +1064,7 @@
invisible: {
fgColor: {
rest: {
$value: '{fgColor.muted}',
$value: '{control.fgColor.rest}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -1076,7 +1076,7 @@
},
},
hover: {
$value: '{fgColor.muted}',
$value: '{control.fgColor.rest}',
$type: 'color',
$extensions: {
'org.primer.figma': {
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 @@ -1056,7 +1056,7 @@
invisible: {
fgColor: {
rest: {
$value: '{fgColor.muted}',
$value: '{control.fgColor.rest}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -1068,7 +1068,7 @@
},
},
hover: {
$value: '{fgColor.muted}',
$value: '{control.fgColor.rest}',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down

0 comments on commit 74915a8

Please sign in to comment.