diff --git a/packages/ui-textinput/src/components/TextInput/TextInput.tsx b/packages/ui-textinput/src/components/TextInput/TextInput.tsx index 07e98326..06681526 100644 --- a/packages/ui-textinput/src/components/TextInput/TextInput.tsx +++ b/packages/ui-textinput/src/components/TextInput/TextInput.tsx @@ -44,9 +44,9 @@ export const TextInput = React.forwardRef( const helperTextRef = useRef(null); const sizeStyles = { - xs: { label: "-25px", helperText: "29px" }, - sm: { label: "-29px", helperText: "33px" }, - md: { label: "-33px", helperText: "37px" }, + xs: { label: "-25px", helperText: "30px" }, + sm: { label: "-29px", helperText: "34px" }, + md: { label: "-33px", helperText: "38px" }, lg: { label: "-15px", helperText: "22px" }, xl: { label: "-19px", helperText: "25px" }, };