-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
chore(Toggle): changing fill color for disabled but checked small toggle #6955
chore(Toggle): changing fill color for disabled but checked small toggle #6955
Conversation
Deploy preview for carbon-elements ready! Built with commit dbec95a |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit dbec95a https://deploy-preview-6955--carbon-components-react.netlify.app |
Deploy preview for carbon-elements ready! Built with commit 309b90c |
Deploy preview for carbon-components-react ready! Built without sensitive environment variables with commit 309b90c https://deploy-preview-6955--carbon-components-react.netlify.app |
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.
@luizamendes this is a great first contribution! 🎊 Getting visual approval - but looks good on my end!
@aagonzales let me know if this looks good to you! See screenshots:
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.
This looks great! Thanks for contributing!
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.
🎉 Congrats @luizamendes on your first contribution! Looks great 👍 ✅
Closes #6659
The objective is to change the style of the small toggle when it is checked but disabled.
This is my first time contributing ever.
Changelog
Changed
$disable-02
to$disable-01
, what makes the check icon appear.Testing / Reviewing
Start the storybook -> from
packages/react
folderyarn storybook
Go to ToggleSmall component -> checked version
Go to knobs and set it as disabled
You should see the check icon, stating that although the toggle is disabled it is checked.