-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: match form component borders, update foundation #314
Conversation
…-align fix: checkbox & radio label alignment
✅ Deploy Preview for shidoka-applications ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Any particular reason the datepicker inputs have a different background color vs the other form components? |
I noticed Dropdown also has a different background color, in light mode |
fixed this as well. we're using a is this what you were avoiding @brian-patrick-3? shidoka-applications/src/components/reusable/dropdown/dropdown.ts Lines 300 to 306 in e83c4c4
|
I'm guessing the input placeholder attribute does not get flagged for accessibility, but this does being actual text. |
As discussed with @wbarbee , the dropdown is showing as transparent in dark mode, dev is looking into it. |
this color token has an opacity value (the 0.3) that makes it semi transparent but is set for the background of the dropdown |
spoke with ux, the double background color was not unintentional. setting to |
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.
Verified Radio button color, dropdown options background color and looks fine
Verified the field background color for drop down, multi select dropdown, Date fields and Text fields
🎉 This PR is included in version 2.0.0-next.41 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Radio button and dropdown borders did not match the rest of the form components, making them stand out.
Fix bug in dropdown where disabled
ADO Story or GitHub Issue Link
N/A
Figma Link
N/A
Notes
--kd-color-border-ui-default
for border-color, which was not matching the rest of the form components. this PR changes to use--kd-color-border-forms-default
To Do
Checklist
analyze
command to update Storybook docs.test
locally to address any failures.Testing Instructions
Provide guidance to reviewers/testers here.
Screenshots
Previous:
Updated:
•