File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/Shared/Components/SelectPicker Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import ReactSelect , { ControlProps , MenuProps } from 'react-select'
2
2
import { useCallback , useMemo } from 'react'
3
3
import { ReactComponent as ErrorIcon } from '@Icons/ic-warning.svg'
4
- import { ReactComponent as ICInfoFilledOverride } from '@Icons/ic-info-filled.svg'
4
+ import { ReactComponent as ICInfoFilledOverride } from '@Icons/ic-info-filled-override .svg'
5
5
import { getCommonSelectStyle } from './utils'
6
6
import {
7
7
SelectPickerClearIndicator ,
@@ -80,7 +80,7 @@ const SelectPicker = ({
80
80
</ div >
81
81
{ error && (
82
82
< div className = "flex left dc__gap-4 cr-5 fs-11 lh-16 fw-4" >
83
- < ErrorIcon className = "icon-dim-16 p-2 form__icon--error dc__no-shrink dc__align-self-start" />
83
+ < ErrorIcon className = "icon-dim-16 p-1 form__icon--error dc__no-shrink dc__align-self-start" />
84
84
< span className = "dc__ellipsis-right__2nd-line" > { error } </ span >
85
85
</ div >
86
86
) }
Original file line number Diff line number Diff line change 7
7
ClearIndicatorProps ,
8
8
} from 'react-select'
9
9
import { Progressing } from '@Common/Progressing'
10
- import { ReactComponent as ICChevronDown } from '@Icons/ic-chevron -down.svg'
10
+ import { ReactComponent as ICCaretDown } from '@Icons/ic-caret -down.svg'
11
11
import { ReactComponent as ICClose } from '@Icons/ic-close.svg'
12
12
import { SelectPickerOptionType , SelectPickerProps } from './type'
13
13
@@ -16,7 +16,7 @@ export const SelectPickerDropdownIndicator = (props: DropdownIndicatorProps) =>
16
16
17
17
return (
18
18
< components . DropdownIndicator { ...props } >
19
- < ICChevronDown className = { `icon-dim-16 ${ isDisabled ? 'fcn -3' : 'fcn -6' } dc__no-shrink` } />
19
+ < ICCaretDown className = { `icon-dim-16 ${ isDisabled ? 'scn -3' : 'scn -6' } dc__no-shrink` } />
20
20
</ components . DropdownIndicator >
21
21
)
22
22
}
You can’t perform that action at this time.
0 commit comments