Add class to fieldset instead of input
This commit is contained in:
parent
e4ad92d630
commit
b1af862d79
1 changed files with 1 additions and 1 deletions
|
|
@ -421,7 +421,7 @@ const SearchModal = (props: Props) => {
|
||||||
<div className={styles.searchBar}>
|
<div className={styles.searchBar}>
|
||||||
<Input
|
<Input
|
||||||
bound={true}
|
bound={true}
|
||||||
className="full"
|
fieldsetClassName="full"
|
||||||
autoComplete="off"
|
autoComplete="off"
|
||||||
name="query"
|
name="query"
|
||||||
placeholder={props.placeholderText}
|
placeholder={props.placeholderText}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue