dark mode page add-doctor & user account
This commit is contained in:
@@ -50,7 +50,7 @@ const MaterialUISwitch = styled(Switch)(({ theme }) => ({
|
||||
|
||||
function SwitchTable({ value }) {
|
||||
return (
|
||||
<FormGroup>
|
||||
<FormGroup className="custom-switch">
|
||||
<FormControlLabel
|
||||
control={<MaterialUISwitch defaultChecked={value} sx={{ m: 1 }} />}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user