From ffe60530b7a5c46c05120924726a9710bb09ceb0 Mon Sep 17 00:00:00 2001 From: Ehsan Date: Sun, 29 Sep 2024 09:26:38 +0330 Subject: [PATCH] design theme dark in general information page --- app/globals.css | 22 +++++++++++++++++++ components/panel/addDoctor/index.js | 2 +- .../generalInformation/form/RadioGender.js | 16 +++++++++++--- 3 files changed, 36 insertions(+), 4 deletions(-) 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]}

-
+
- } label="مرد" /> - } label="زن" /> + } + className="!text-[#A1A1A1]" + /> + } + className="!text-[#A1A1A1]" + /> ); }