change component design

This commit is contained in:
Ehsan
2024-10-11 01:44:07 +03:30
parent 43ad0ccc4c
commit 6f51905255
6 changed files with 36 additions and 9 deletions
+2 -1
View File
@@ -1,9 +1,10 @@
import { Switch } from "@mui/material";
function SwitchTable() {
function SwitchTable({ value }) {
return (
<Switch
dir="ltr"
defaultChecked={value}
sx={
{
// "& .MuiSwitch-thumb": {