Skip to content

Commit 1e2da98

Browse files
committed
search bar classname updated
1 parent e575714 commit 1e2da98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Common/SearchBar/SearchBar.component.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ const SearchBar = ({
136136
type="text"
137137
{...inputProps}
138138
defaultValue={initialSearchText}
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 ${
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 dc__left-0 ${
140140
showClearButton ? 'pr-30' : 'pr-10'
141-
} ${noBackgroundAndBorder ? 'dc__no-background' : 'bc-n50'} dc__left-0`}
141+
} ${noBackgroundAndBorder ? 'dc__no-background' : 'bc-n50'}`}
142142
onChange={handleChange}
143143
onKeyDown={handleKeyDown}
144144
ref={inputCallbackRef}

0 commit comments

Comments
 (0)