Skip to content

Commit b426cc9

Browse files
committed
feat: add support for borderless select
1 parent fa40acf commit b426cc9

File tree

2 files changed

+240
-210
lines changed

2 files changed

+240
-210
lines changed

src/Shared/Components/SelectPicker/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const SELECT_PICKER_ICON_SIZE_MAP: Record<SelectPickerProps['size'], Pick
3131
}
3232

3333
export const SELECT_PICKER_CONTROL_SIZE_MAP: Record<SelectPickerProps['size'], CSSProperties['minHeight']> = {
34-
[ComponentSizeType.small]: 'auto',
35-
[ComponentSizeType.medium]: 'auto',
34+
[ComponentSizeType.small]: '28px',
35+
[ComponentSizeType.medium]: '32px',
3636
[ComponentSizeType.large]: '36px',
3737
}

0 commit comments

Comments
 (0)