diff --git a/components/layout/header/index.js b/components/layout/header/index.js index b350469..58a04d7 100644 --- a/components/layout/header/index.js +++ b/components/layout/header/index.js @@ -14,7 +14,7 @@ function Header({ name }) { const [isActive, setIsActive] = useState(false); return ( -
+
-
+
diff --git a/components/panel/addDoctor/index.js b/components/panel/addDoctor/index.js index 0662a71..f48dc7d 100644 --- a/components/panel/addDoctor/index.js +++ b/components/panel/addDoctor/index.js @@ -9,7 +9,7 @@ import GeneralInformation from "./listMenu/generalInformation"; import Step from "./Step"; function AddDoctorPage() { - const [value, setValue] = useState(0); + const [value, setValue] = useState(2); const [data, setData] = useState({ general: { name: { value: "احسان احمدی", isEdit: false }, diff --git a/components/panel/addDoctor/listMenu/workingDays/modal/Form.js b/components/panel/addDoctor/listMenu/workingDays/modal/Form.js index 25192fd..481c683 100644 --- a/components/panel/addDoctor/listMenu/workingDays/modal/Form.js +++ b/components/panel/addDoctor/listMenu/workingDays/modal/Form.js @@ -23,26 +23,26 @@ function Form({ return (
- + - + - + diff --git a/components/panel/addDoctor/listMenu/workingDays/modal/Radios.js b/components/panel/addDoctor/listMenu/workingDays/modal/Radios.js index 028620e..71b402e 100644 --- a/components/panel/addDoctor/listMenu/workingDays/modal/Radios.js +++ b/components/panel/addDoctor/listMenu/workingDays/modal/Radios.js @@ -6,7 +6,7 @@ function Radios({ value, handleChange }) { dir="ltr" defaultValue={value} onChange={handleChange} - className="!flex !flex-row !mb-[24px] !my-[40px] !gap-[36px] !items-center !justify-end" + className="!flex radio-mui !flex-row !mb-[24px] !my-[40px] !gap-[36px] !items-center !justify-end" sx={{ "& .muirtl-j204z7-MuiFormControlLabel-root": { marginLeft: "0 !important",