diff --git a/app/globals.css b/app/globals.css
index 627161c..6af5ac2 100644
--- a/app/globals.css
+++ b/app/globals.css
@@ -512,6 +512,18 @@ html {
border-color: transparent !important;
}
+.radio-mui * {
+ transition: 0.1s ease !important;
+}
+
+.dark .MuiSvgIcon-root {
+ color: #a1a1a1 !important;
+}
+
+.dark .Mui-checked .MuiSvgIcon-root {
+ fill: #5559ce !important;
+}
+
@media (max-width: 1024px) {
.day-label-bar-inner-rtl,
.panel-jalaali,
@@ -629,3 +641,13 @@ html {
background: #1f1d2b !important;
box-shadow: 0px 0px 14.2px 0px rgba(74, 73, 73, 0.19) !important;
}
+
+.dark .MuiTabs-scroller,
+.dark .MuiTabs-flexContainer {
+ border-bottom-color: #343645 !important;
+}
+
+.dark .MuiTabs-root .MuiButtonBase-root {
+ font-weight: 400 !important;
+ color: #a1a1a1 !important;
+}
diff --git a/components/panel/addDoctor/index.js b/components/panel/addDoctor/index.js
index 100efa9..3e389cf 100644
--- a/components/panel/addDoctor/index.js
+++ b/components/panel/addDoctor/index.js
@@ -46,7 +46,7 @@ function AddDoctorPage() {
{listTab[value]}
-