add submit type to search button

This commit is contained in:
Paul Wackerow 2022-12-09 13:29:14 -08:00
parent e8faee0bd3
commit c9ef66acbf
No known key found for this signature in database
GPG Key ID: BB63E296FE9CAB8D
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export const Search: FC = () => {
outlineOffset={4}
/>
<Button
type="submit"
px={4}
me={2}
borderRadius='0'