Skip to content

Commit

Permalink
fix(Search): Increase padding of search input
Browse files Browse the repository at this point in the history
  • Loading branch information
qgerome committed Oct 7, 2022
1 parent 2f896d0 commit 6bc63d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/catalog/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const SearchPage = () => {
value={form.formData.query}
loading={loading}
required
className="flex-1 rounded-md border border-gray-300 bg-white px-4 py-1"
className="flex-1 rounded-md border border-gray-300 bg-white px-4 py-2.5"
name="query"
onChange={form.handleInputChange}
/>
Expand Down

0 comments on commit 6bc63d1

Please sign in to comment.