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