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

Add rounded-md #1281

Merged
merged 1 commit into from
Dec 27, 2019
Merged

Add rounded-md #1281

merged 1 commit into from
Dec 27, 2019

Conversation

adamwathan
Copy link
Member

This PR adds a new 6px border radius option using the rounded-md utility.

This gives us border radius scale that looks like this:

  • rounded-sm → 2px
  • rounded → 4px
  • rounded-md → 6px
  • rounded-lg → 8px

(+ rounded-full for pill shapes)

Putting the default rounded in between sm and md is consistent with how shadows will work once #1280 is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant