Skip to content

Commit 4c50772

Browse files
committed
fix: update select picker control gap to 6px
1 parent 595e3f1 commit 4c50772

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
@@ -115,7 +115,7 @@ export const getCommonSelectStyle = <OptionValue, IsMulti extends boolean>({
115115
border: `1px solid ${error ? 'var(--R500)' : 'var(--N200)'}`,
116116
cursor: state.isDisabled ? 'not-allowed' : 'pointer',
117117
padding: '5px 8px',
118-
gap: '8px',
118+
gap: '6px',
119119
opacity: state.isDisabled ? 0.5 : 1,
120120
flexWrap: 'nowrap',
121121
maxHeight: '120px',

0 commit comments

Comments
 (0)