Skip to content

Commit

Permalink
fix(form-error): unify lineHeight for FormError and FormHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKolberger committed Dec 28, 2021
1 parent 94e4e4d commit 3199b72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/seven-berries-invent.md
@@ -0,0 +1,5 @@
---
"@chakra-ui/theme": patch
---

Align the lineHeight for `FormErrorMessage` and `FormHelperText`
1 change: 1 addition & 0 deletions packages/theme/src/components/form-error.ts
Expand Up @@ -10,6 +10,7 @@ const baseStyleText: SystemStyleFunction = (props) => {
color: mode("red.500", "red.300")(props),
mt: 2,
fontSize: "sm",
lineHeight: "normal",
}
}

Expand Down

0 comments on commit 3199b72

Please sign in to comment.