File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Shared/Components/SelectPicker Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,14 @@ export const SelectPickerOption = (props: OptionProps<SelectPickerOptionType>) =
84
84
< components . Option { ...props } >
85
85
< div className = { `flex left ${ showDescription ? 'top' : '' } dc__gap-8` } >
86
86
{ startIcon && (
87
- < div className = "dc__no-shrink icon-dim-16 flex dc__fill-available-space" > { startIcon } </ div >
87
+ < div className = "dc__no-shrink icon-dim-20 flex dc__fill-available-space" > { startIcon } </ div >
88
88
) }
89
89
< div className = "flex-grow-1" >
90
90
< h4 className = "m-0 cn-9 fs-13 fw-4 lh-20 dc__truncate" > { label } </ h4 >
91
91
{ /* Add support for custom ellipsis if required */ }
92
92
{ showDescription && < p className = "m-0 fs-12 fw-4 lh-18 cn-7 dc__truncate" > { description } </ p > }
93
93
</ div >
94
- { endIcon && < div className = "dc__no-shrink icon-dim-16 flex dc__fill-available-space" > { endIcon } </ div > }
94
+ { endIcon && < div className = "dc__no-shrink icon-dim-20 flex dc__fill-available-space" > { endIcon } </ div > }
95
95
</ div >
96
96
</ components . Option >
97
97
)
You can’t perform that action at this time.
0 commit comments