Skip to content

Commit

Permalink
Fix filter layout
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Jun 5, 2023
1 parent 8dc099a commit 691bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Match/Filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const Filter: FunctionComponent<Props> = ({ filter, setFilter }) => {
}

return (
<Grid container spacing={5} sx={{ mb: 5 }}>
<Grid container spacing={5} sx={{ mt: -2, mb: 2 }}>
<Grid item xs={12} lg={4}>
<Autocomplete<Game, true>
clearOnEscape
Expand Down

0 comments on commit 691bf22

Please sign in to comment.