Skip to content

Commit

Permalink
Fix muted border fallback (#672)
Browse files Browse the repository at this point in the history
* use correct fallback

* Create silver-cycles-wash.md
  • Loading branch information
langermank authored Jun 30, 2023
1 parent 2d3861e commit 1fc2662
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/silver-cycles-wash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": patch
---

Fix muted border fallback
2 changes: 1 addition & 1 deletion src/tokens/fallback/color-fallbacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"--bgColor-sponsors-muted": "var(--color-sponsors-subtle)",
"--bgColor-sponsors-emphasis": "var(--color-sponsors-fg)",
"--borderColor-default": "var(--color-border-default)",
"--borderColor-muted": "var(--color-neutral-muted)",
"--borderColor-muted": "var(--color-border-muted)",
"--borderColor-emphasis": "var(--color-fg-subtle)",
"--borderColor-disabled": "var(--color-border-default)",
"--borderColor-neutral-muted": "var(--color-neutral-muted)",
Expand Down

0 comments on commit 1fc2662

Please sign in to comment.