-
Notifications
You must be signed in to change notification settings - Fork 2
Update colors #1382
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
Update colors #1382
Conversation
🦋 Changeset detectedLatest commit: d6588ee 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 updates the color scheme for interactive UI components, changing the primary accent color from green to blue across Radio, Checkbox, and Accordion components to maintain visual consistency.
- Changes active and hover states from green to blue for Radio and Checkbox components
- Updates Accordion content border from mint to sky
- Adds more granular state handling for hover and invalid combinations in Checkbox component
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
packages/react/src/radiogroup/radio.tsx | Updates selected and hover colors from green variants to blue variants |
packages/react/src/checkbox/checkbox.tsx | Changes color scheme to blue and adds detailed state combinations for hover/selected/invalid states |
packages/react/src/accordion/accordion.tsx | Updates border color from mint to sky and corresponding comment |
packages/react/src/accordion/accordion.stories.tsx | Updates story background color to match new blue theme |
.changeset/giant-peas-invent.md | Documents the color changes in the changeset |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Changes active and hover colors on
Radio
andCheckbox
fromgreen
toblue
. Also changes the border in theAccordion.Content
frommint
tosky
.Screen.Recording.2025-08-08.at.10.58.20.mov
Screen.Recording.2025-08-08.at.10.59.06.mov
Screen.Recording.2025-08-08.at.10.59.37.mov