Skip to content

Commit 827a0d3

Browse files
committed
chore(Input): updated to 5.0.0
1 parent 708cba9 commit 827a0d3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Input/Input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const Input = forwardRef<HTMLInputElement, InputProps>(
3535
'input',
3636
className,
3737
clsx({
38+
'input-xl': size === 'xl',
3839
'input-lg': size === 'lg',
3940
'input-md': size === 'md',
4041
'input-sm': size === 'sm',

0 commit comments

Comments
 (0)