make theme radio full width

This commit is contained in:
Sidney Alcantara
2022-04-29 16:06:13 +10:00
parent ed78794df0
commit 0b51acce71

View File

@@ -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