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 (
-
+