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: Add missing margin to TextField and Select #543

Merged
merged 2 commits into from
Feb 18, 2022
Merged

Conversation

dequejosie
Copy link
Contributor

Ref: #538

@@ -168,7 +168,11 @@ textarea.Field--has-error:focus:hover,
display: block;
position: relative;
box-sizing: border-box;
margin-bottom: var(--space-smallest);
margin-bottom: var(--space-small);
Copy link
Contributor Author

@dequejosie dequejosie Feb 11, 2022

Choose a reason for hiding this comment

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

Had a discussion with Aaron and Bobby, we decided to go with 16px

@github-actions
Copy link
Contributor

Preview branch generated at https://bottom-margin.d1gko6en628vir.amplifyapp.com

@@ -210,7 +218,7 @@ textarea.Field--has-error:focus:hover,
text-align: left;
color: var(--field-label-text-color);
font-size: var(--text-size-small);
font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-medium);
Copy link
Contributor Author

@dequejosie dequejosie Feb 11, 2022

Choose a reason for hiding this comment

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

Not directly related to this ticket, but Bobby noticed the font-weight for Field__label was off.

@dequejosie dequejosie merged commit a93171d into develop Feb 18, 2022
@dequejosie dequejosie deleted the bottom-margin branch February 18, 2022 21:07
@github-actions
Copy link
Contributor

Preview branch generated at https://bottom-margin.d1gko6en628vir.amplifyapp.com

@scurker scurker mentioned this pull request Mar 31, 2022
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.

3 participants