Skip to content

Commit efaa46c

Browse files
authored
A few little color bugs (#1234)
* fix * Create spicy-cameras-hear.md
1 parent 0b1e88e commit efaa46c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.changeset/spicy-cameras-hear.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@primer/primitives": patch
3+
---
4+
5+
- Fix disabled fg color in dark
6+
- Increase opacity of transparent color selected state in dark

src/tokens/functional/color/control.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
'org.primer.overrides': {
487487
dark: {
488488
$value: '{base.color.neutral.8}',
489-
alpha: 0.1,
489+
alpha: 0.2,
490490
},
491491
'dark-high-contrast': {
492492
$value: '{base.color.neutral.6}',

src/tokens/functional/color/fgColor.json5

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@
115115
'org.primer.overrides': {
116116
dark: {
117117
$value: '{base.color.neutral.8}',
118-
alpha: 0.6,
119118
},
120119
'dark-dimmed': '{base.color.neutral.8}',
121120
'dark-dimmed-high-contrast': '{base.color.neutral.8}',

0 commit comments

Comments
 (0)