Skip to content

Commit

Permalink
fix for fgColor open to be same as success for tritanopia
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasoppermann committed Jan 16, 2025
1 parent 2e8469a commit b3c0518
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/famous-masks-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/primitives': patch
---

Fix a11y border issue for dark colorblind and adjust tritanopia open color to be the same as success
6 changes: 0 additions & 6 deletions src/tokens/functional/color/fgColor.json5
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@
web: 'var(--fgColor-open) /* utility class: .color-fg-open */',
},
},
'org.primer.overrides': {
"dark-protanopia-deuteranopia": '{base.color.blue.3}',
'light-protanopia-deuteranopia': '{base.color.blue.5}',
"dark-tritanopia": '{base.color.red.4}',
"light-tritanopia": '{base.color.red.5}',
},
},
},
attention: {
Expand Down

0 comments on commit b3c0518

Please sign in to comment.