diff --git a/app/component/element/AutoCompleteSelect.js b/app/component/element/AutoCompleteSelect.js index 5dba6e0..d5bcd86 100644 --- a/app/component/element/AutoCompleteSelect.js +++ b/app/component/element/AutoCompleteSelect.js @@ -19,9 +19,10 @@ function AutoCompleteSelect({ list, isError, updateData, name, label }) { "& input[type=number]": { MozAppearance: "textfield", }, + "& .MuiInputBase-input": { padding: "12.5px 14px !important" }, "& .MuiInputBase-root": { borderRadius: 2, - padding: "5px 16px !important", + padding: "0 !important", }, "& .MuiOutlinedInput-notchedOutline": { border: "1px solid #D7D7D7", diff --git a/components/panel/addDoctor/listMenu/generalInformation/index.js b/components/panel/addDoctor/listMenu/generalInformation/index.js index c666b35..9122612 100644 --- a/components/panel/addDoctor/listMenu/generalInformation/index.js +++ b/components/panel/addDoctor/listMenu/generalInformation/index.js @@ -3,7 +3,7 @@ import Head from "./Head"; function GeneralInformation() { return ( -
+
diff --git a/components/panel/addDoctor/listMenu/officeInformation/index.js b/components/panel/addDoctor/listMenu/officeInformation/index.js index b0c0740..27c91be 100644 --- a/components/panel/addDoctor/listMenu/officeInformation/index.js +++ b/components/panel/addDoctor/listMenu/officeInformation/index.js @@ -4,7 +4,7 @@ import Form from "./Form"; function OfficeInformation() { return ( -
+
); } diff --git a/components/panel/addDoctor/listMenu/workingDays/modal/ModalAddTime.js b/components/panel/addDoctor/listMenu/workingDays/modal/ModalAddTime.js index 47123d0..56f3fc6 100644 --- a/components/panel/addDoctor/listMenu/workingDays/modal/ModalAddTime.js +++ b/components/panel/addDoctor/listMenu/workingDays/modal/ModalAddTime.js @@ -14,7 +14,7 @@ function ModalAddTime({ handleOpen, isMorgen, idx, setDataChange }) { idx, }); }} - className="!gap-[2px] !min-w-[146px] sm:!gap-[4px] md:!gap-[6px] lg:!gap-[8px] !p-1 !text-[#5559CE] !text-[14px] md:!text-[16px] !font-medium" + className="!gap-[2px] md:!min-w-[146px] sm:!gap-[4px] md:!gap-[6px] lg:!gap-[8px] !p-1 !text-[#5559CE] !text-[14px] md:!text-[16px] !font-medium" > انتخاب کنید