Skip to content

Commit bb0b16b

Browse files
committed
feat: add container class on search bar
1 parent b88b186 commit bb0b16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/SearchBar/SearchBar.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const SearchBar = ({
114114
}
115115

116116
return (
117-
<div className={containerClassName}>
117+
<div className={`search-bar-container ${containerClassName || ''}`}>
118118
<div
119119
className={`search-bar ${noBackgroundAndBorder ? 'dc__no-border dc__no-background dc__hover-n50' : 'bc-n50 en-2 dc__hover-border-n300'} focus-within-border-b5 dc__block w-100 min-w-200 dc__position-rel br-4 bw-1 h-32`}
120120
>

0 commit comments

Comments
 (0)