Skip to content

Commit 358f56f

Browse files
committed
fix: increase select picker min width to 100px
1 parent b7c9c19 commit 358f56f

File tree

1 file changed

+1
-1
lines changed
  • src/Shared/Components/SelectPicker

1 file changed

+1
-1
lines changed

src/Shared/Components/SelectPicker/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ export const getCommonSelectStyle = <OptionValue, IsMulti extends boolean>({
114114
control: (base, state) => ({
115115
...base,
116116
minHeight: size === ComponentSizeType.medium ? 'auto' : '36px',
117-
minWidth: '56px',
117+
minWidth: '100px',
118118
boxShadow: 'none',
119119
backgroundColor: 'var(--N50)',
120120
border: `1px solid ${error ? 'var(--R500)' : 'var(--N200)'}`,

0 commit comments

Comments
 (0)