Skip to content

Commit

Permalink
Fix danger fgColor (#1033)
Browse files Browse the repository at this point in the history
* fix

* Create eleven-kangaroos-visit.md

* syntax
  • Loading branch information
langermank committed Aug 28, 2024
1 parent 4a4add8 commit f9dcc4e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/eleven-kangaroos-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/primitives": patch
---

Fix `danger` fgColor in colorblind theme
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,12 @@
},
},
danger: {
fgColor: {
rest: {
$value: '{fgColor.danger}',
$type: 'color',
},
},
bgColor: {
hover: {
$value: '{base.color.orange.6}',
Expand Down

0 comments on commit f9dcc4e

Please sign in to comment.