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}>
|
||||
<Input
|
||||
bound={true}
|
||||
className="full"
|
||||
fieldsetClassName="full"
|
||||
autoComplete="off"
|
||||
name="query"
|
||||
placeholder={props.placeholderText}
|
||||
|
|
|
|||
Loading…
Reference in a new issue