Skip to content

Commit 25303f9

Browse files
committed
chore(FileInput): updated to 5.0.0
1 parent ca27c48 commit 25303f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FileInput/FileInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const FileInput = forwardRef<HTMLInputElement, FileInputProps>(
2222
'file-input',
2323
className,
2424
clsx({
25+
'file-input-xl': size === 'xl',
2526
'file-input-lg': size === 'lg',
2627
'file-input-md': size === 'md',
2728
'file-input-sm': size === 'sm',

0 commit comments

Comments
 (0)