Skip to content
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(select): Use correct shape category consistently with text-field #4553

Merged
merged 1 commit into from
Apr 1, 2019

Conversation

kfranqueiro
Copy link
Contributor

I realized while digging into #4547 that our select and text field were using inconsistent shape categories. I checked with design and our text field is correctly using small, so select needs to be updated.

This causes no diffs in CSS because small and medium both default to 4px (which is also how this went unnoticed for so long).

@mdc-web-bot
Copy link
Collaborator

All 633 screenshot tests passed for commit 2c0d571 vs. master! 💯🎉

Copy link
Collaborator

@abhiomkar abhiomkar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

That leaves only card & drawer as medium component in existing components.

Can we add basic MDC Card to shape screenshot test for coverage? Currently it has button, fab, text field and select that are all small components.

@kfranqueiro kfranqueiro merged commit bec2ef2 into master Apr 1, 2019
@kfranqueiro kfranqueiro deleted the fix/select-shape-category branch April 1, 2019 22:07
abhiomkar pushed a commit that referenced this pull request Apr 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants