-
Notifications
You must be signed in to change notification settings - Fork 56
Fix overlay bg color for dark dimmed high contrast #1265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🦋 Changeset detectedLatest commit: 5efd77f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes the overlay background color for the dark dimmed high contrast theme by adding a specific color token override and correcting a typo in the configuration file.
Key Changes:
- Added dark-dimmed-high-contrast color override for overlay background
- Fixed a typo in the dark-dimmed configuration line
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
src/tokens/component/overlay.json5
Outdated
| $value: '{borderColor.muted}', | ||
| }, | ||
| 'dark-dimmed': { | ||
| 'dark-dimmed': {y |
Copilot
AI
Oct 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected extraneous character 'y' appended to 'dark-dimmed' line.
| 'dark-dimmed': {y | |
| 'dark-dimmed': { |
Fixes the background color of the overlay in dark mode for high contrast settings.
…r/primitives into fix-dark-dimmed-hc-overlay
Design Token Diff (CSS)
|
Design Token Diff (StyleLint)
|
Closes https://github.com/github/primer/issues/5883