Add class to fieldset instead of input

This commit is contained in:
Justin Edmund 2023-07-02 02:36:13 -07:00
parent e4ad92d630
commit b1af862d79

View file

@ -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}