-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
feat: Add spacing variables to file-uploader, checkbox, file-uploader, form, number-input, radio, select, text-area & text-input #514
feat: Add spacing variables to file-uploader, checkbox, file-uploader, form, number-input, radio, select, text-area & text-input #514
Conversation
@@ -28,14 +29,13 @@ | |||
@include typescale('zeta'); | |||
@include line-height('body'); | |||
color: $text-02; | |||
margin-top: 0.25rem; |
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.
I'm kind of scratching the surface, but - Is removal of this line intentional?
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.
Yep, it’s intentional, the spacing on this component was updated, I can link the issue with the spec from Anna later.
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.
That's fine, as long as it's intentional I'm okay with merging!
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.
Same comment as Akira - except for that it's good to go! 👍 ✅
* refactor(checkbox): update checkbox to 7.x * fix(checkbox): update checkbox story to use fieldset * fix(a11y): update a11y test for checkbox
…tests (carbon-design-system#514) * fix(OrderSummary): Add aria-labelledby, missing attributes fail A11Y tests, resolves carbon-design-system#513 * fix(OrderSummary): make id random to avoid duplication, resolves carbon-design-system#513 * fix(OrderSummary): default props are static, put them as default values
feat(icons) add /icons/master/ui-icon-master.ai
file-uploader
checkbox
form
number-input
radio button
select
text-area
text-input