fix sidebar responsive & design dark mode turns

This commit is contained in:
Ehsan
2024-09-30 08:07:31 +03:30
parent 6ed475ef35
commit ee46a8c447
7 changed files with 16 additions and 9 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ function AddDoctorPage() {
className="!flex !p-1 md:!hidden !items-center !justify-start !gap-[8px]"
>
<ArrowRightPH />
<p className="text-[#525252] text-[14px] font-bold">{listTab[value]}</p>
<p className="text-[#525252] text-[14px] font-bold dark:text-[#a1a1a1]">
{listTab[value]}
</p>
</Button>
<div className="rounded-[8px] mt-0 md:mt-[24px] bg-transparent md:bg-[#FFF] md:dark:bg-[#222433] shadow-none md:shadow-[0px_1px_24.8px_0px_rgba(204,204,204,0.18)] dark:shadow-none pt-0 md:pt-[12px] pb-0 md:pb-[12px] lg:pb-[24px] px-0 md:px-[14px] lg:px-[26px] xl:px-[56px]">
<ListMenu