Skip to content

Commit

Permalink
make theme radio full width
Browse files Browse the repository at this point in the history
  • Loading branch information
notsidney committed Apr 29, 2022
1 parent ed78794 commit 0b51acc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Settings/UserSettings/Theme.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@ export default function Theme({

return (
<>
<FormControl component="fieldset" variant="standard" sx={{ my: -10 / 8 }}>
<FormControl
component="fieldset"
variant="standard"
sx={{ my: -10 / 8, display: "flex" }}
>
<legend style={{ fontSize: 0 }}>Theme</legend>

<RadioGroup
Expand Down

0 comments on commit 0b51acc

Please sign in to comment.