Skip to content

Commit ef6a6c3

Browse files
fix the fgColor-done for dark mode to pass contrast (#889)
1 parent fe72c2a commit ef6a6c3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/nasty-games-sparkle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@primer/primitives': patch
3+
---
4+
5+
Fixes failing contrast for fgColor-done on bg-muted in dark mode

src/tokens/base/color/dark/dark.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@
614614
},
615615
},
616616
'3': {
617-
$value: '#bc8cff',
617+
$value: '#BE8FFF',
618618
$type: 'color',
619619
$extensions: {
620620
'org.primer.figma': {
@@ -623,7 +623,7 @@
623623
},
624624
},
625625
'4': {
626-
$value: '#a371f7',
626+
$value: '#AB7DF8',
627627
$type: 'color',
628628
$extensions: {
629629
'org.primer.figma': {

0 commit comments

Comments
 (0)