Skip to content

Commit

Permalink
width
Browse files Browse the repository at this point in the history
  • Loading branch information
Szegoo committed Apr 18, 2024
1 parent e5b5669 commit 2a31cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Elements/NetworkSelect/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const RelaySelect = () => {
};

return (
<FormControl sx={{ m: 2, minWidth: 200 }} fullWidth>
<FormControl sx={{ m: 2, minWidth: 150 }} fullWidth>
<InputLabel>Network</InputLabel>
<Select
id='network-select'
Expand Down

0 comments on commit 2a31cf5

Please sign in to comment.