Skip to content

Commit

Permalink
Increase mode selector spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed Jul 23, 2024
1 parent 1638e5e commit fee0dfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/GamemodeSelectionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ export const GamemodeSelectionBar = ({
}) => {
return (
<Stack
spacing={1}
px={3}
py={2}
direction={{ xs: "column", sm: "row" }}
Expand Down

0 comments on commit fee0dfb

Please sign in to comment.