mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
make theme radio full width
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user