Skip to content

Commit

Permalink
fix error message style of input (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzmock authored Sep 2, 2022
1 parent bd34d8e commit 4894b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/useCustomInputCss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const useCustomInputCss = (

const customInputCss = getCustomInputCss(input, meta, disabled, mode, variant)
const customLabelCss = getCustomLabelCss(inputLabel, meta, disabled, mode)
const customErrorCss = getCustomErrorCss(inputLabel, mode)
const customErrorCss = getCustomErrorCss(inputError, mode)

return {
inputCss: input.base + ' ' + customInputCss,
Expand Down

0 comments on commit 4894b57

Please sign in to comment.