mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
Test page: fix small switch spacing
This commit is contained in:
@@ -768,14 +768,7 @@ export default function TestView() {
|
||||
</Stack>
|
||||
|
||||
<div>
|
||||
<FormControlLabel
|
||||
control={<Switch />}
|
||||
label="Label"
|
||||
sx={{
|
||||
alignItems: "center",
|
||||
"& .MuiFormControlLabel-label": { mt: 0 },
|
||||
}}
|
||||
/>
|
||||
<FormControlLabel control={<Switch />} label="Label" />
|
||||
<FormControlLabel
|
||||
control={<Switch size="medium" />}
|
||||
label="Label"
|
||||
|
||||
Reference in New Issue
Block a user