Skip to content

Commit

Permalink
Update TextInput.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aversini committed Sep 26, 2024
1 parent 1856722 commit da86135
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ui-textinput/src/components/TextInput/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export const TextInput = React.forwardRef<HTMLInputElement, TextInputProps>(
const helperTextRef = useRef<HTMLDivElement>(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" },
};
Expand Down

0 comments on commit da86135

Please sign in to comment.