Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
fix(FormError): Increase font size and left margin
Browse files Browse the repository at this point in the history
  • Loading branch information
kylealwyn committed Sep 19, 2019
1 parent a787e3d commit f187f13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Form/FormError.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const StyledFormError = createComponent({
display: block;
margin: 4px 0 0 1px;
color: ${p => p.theme.colors.red};
font-size: 12px;
font-size: 14px;
font-weight: 500;
`,
});
Expand Down
2 changes: 1 addition & 1 deletion src/Form/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const InputContainer = createComponent({
position: relative;
& + ${StyledFormError} {
margin-left: 4px;
margin-left: 8px;
}
`,
});
Expand Down

0 comments on commit f187f13

Please sign in to comment.