Skip to content

Commit

Permalink
fix the fgColor-done for dark mode to pass contrast (#889)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann authored Apr 16, 2024
1 parent fe72c2a commit ef6a6c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/nasty-games-sparkle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': patch
---

Fixes failing contrast for fgColor-done on bg-muted in dark mode
4 changes: 2 additions & 2 deletions src/tokens/base/color/dark/dark.json5
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@
},
},
'3': {
$value: '#bc8cff',
$value: '#BE8FFF',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand All @@ -623,7 +623,7 @@
},
},
'4': {
$value: '#a371f7',
$value: '#AB7DF8',
$type: 'color',
$extensions: {
'org.primer.figma': {
Expand Down

0 comments on commit ef6a6c3

Please sign in to comment.