Skip to content

Commit

Permalink
Update disabled control fallback (#673)
Browse files Browse the repository at this point in the history
* add fallback

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

Update disabled control 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 @@ -48,7 +48,7 @@
"--control-bgColor-rest": "var(--color-btn-bg)",
"--control-bgColor-hover": "var(--color-btn-hover-bg)",
"--control-bgColor-active": "var(--color-btn-selected-bg)",
"--control-bgColor-disabled": "var(--color-btn-bg)",
"--control-bgColor-disabled": "var(--color-input-disabled-bg)",
"--control-bgColor-selected": "var(--color-btn-selected-bg)",
"--control-fgColor-rest": "var(--color-fg-default)",
"--control-fgColor-placeholder": "var(--color-fg-subtle)",
Expand Down

0 comments on commit 6ebe450

Please sign in to comment.