change header style

This commit is contained in:
Ehsan
2024-10-09 19:56:59 +03:30
parent 1337d2af5d
commit c1898eb654
4 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ function Detail({ doctor, step, setStep }) {
<li className="flex items-center justify-start gap-[4px] md:gap-[6px] lg:gap-[8px]">
<div
className="min-w-[16px] sm:min-w-[19px] md:min-w-[21px] lg:min-w-[24px] min-h-[16px] sm:min-h-[19px] md:min-h-[21px] lg:min-h-[24px]
w-[16px] sm:w-[19px] md:w-[21px] lg:w-[24px] h-[16px] sm:h-[19px] md:h-[21px] lg:h-[24px]"
w-[16px] sm:w-[19px] md:w-[21px] lg:w-[24px] h-[16px] sm:h-[19px] md:h-[21px] lg:h-[24px]"
>
<TickCircleOrange />
</div>