change component design
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import { Switch } from "@mui/material";
|
||||
|
||||
function SwitchTable() {
|
||||
function SwitchTable({ value }) {
|
||||
return (
|
||||
<Switch
|
||||
dir="ltr"
|
||||
defaultChecked={value}
|
||||
sx={
|
||||
{
|
||||
// "& .MuiSwitch-thumb": {
|
||||
|
||||
Reference in New Issue
Block a user