Uh oh!
There was an error while loading. Please reload this page.
Add basic link styles to BaseStyles - #6314
Conversation
🦋 Changeset detectedLatest commit: ccd8ecd 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 |
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
There was a problem hiding this comment.
Pull Request Overview
This PR adds basic link styling to the BaseStyles component to provide consistent link appearance across the design system without requiring additional CSS imports. The changes establish default color and hover behavior for anchor elements using design tokens.
- Adds global link styles with accent color and hover underline effects
- Includes proper changeset documentation for patch release
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| packages/react/src/BaseStyles.module.css | Adds global anchor element styles with color tokens and hover states |
| .changeset/tidy-drinks-speak.md | Documents the change for patch release versioning |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
size-limit report 📦
|
👋 Hi from github/github! Your integration PR is ready: https://github.com/github/github/pull/390349 |
🟢 golden-jobs completed with status |
hectahertz
left a comment
There was a problem hiding this comment.
Such a nice approach! ✨
Adds basic link styling (color and hover states) to
BaseStylesto provide consistent link appearance without requiring additional CSS imports.Related:
Closes#4393
Changelog
New
Changed
Removed
Rollout strategy
Testing & Reviewing
Merge checklist