File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ const SearchBar = ({
68
68
dataTestId = 'search-bar' ,
69
69
noBackgroundAndBorder = false ,
70
70
size = ComponentSizeType . medium ,
71
- inputClassName = '' ,
72
71
} : SearchBarProps ) => {
73
72
const [ showClearButton , setShowClearButton ] = useState ( ! ! initialSearchText )
74
73
const inputRef = useRef < HTMLInputElement > ( )
@@ -139,7 +138,7 @@ const SearchBar = ({
139
138
defaultValue = { initialSearchText }
140
139
className = { `search-bar__input dc__position-abs w-100 h-100 br-4 dc__no-border pt-6 pr-10 pb-6 pl-30 fs-13 lh-20 fw-4 cn-9 placeholder-cn5 ${
141
140
showClearButton ? 'pr-30' : 'pr-10'
142
- } ${ noBackgroundAndBorder ? 'dc__no-background' : 'bc-n50' } ${ inputClassName } `}
141
+ } ${ noBackgroundAndBorder ? 'dc__no-background' : 'bc-n50' } dc__left-0 `}
143
142
onChange = { handleChange }
144
143
onKeyDown = { handleKeyDown }
145
144
ref = { inputCallbackRef }
You can’t perform that action at this time.
0 commit comments