change style component
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
import { Switch } from "@mui/material";
|
||||
|
||||
function SwitchTable() {
|
||||
return (
|
||||
<Switch
|
||||
dir="ltr"
|
||||
sx={
|
||||
{
|
||||
// "& .MuiSwitch-thumb": {
|
||||
// width: "32px",
|
||||
// height: "32px",
|
||||
// },
|
||||
// "& .MuiSwitch-track": {
|
||||
// height: "24px",
|
||||
// borderRadius: "28px",
|
||||
// },
|
||||
// "&.MuiSwitch-root": {
|
||||
// width: "86px",
|
||||
// },
|
||||
}
|
||||
}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
export default SwitchTable;
|
||||
Reference in New Issue
Block a user