Skip to content

Commit 561d78e

Browse files
committed
fix: large component control size
1 parent 650a269 commit 561d78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/Components/SelectPicker/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ export const SELECT_PICKER_ICON_SIZE_MAP: Record<SelectPickerProps['size'], Pick
1717
export const SELECT_PICKER_CONTROL_SIZE_MAP: Record<SelectPickerProps['size'], CSSProperties['minHeight']> = {
1818
[ComponentSizeType.small]: 'auto',
1919
[ComponentSizeType.medium]: 'auto',
20-
[ComponentSizeType.large]: '3px',
20+
[ComponentSizeType.large]: '36px',
2121
}

0 commit comments

Comments
 (0)