design dark mode head page turns

This commit is contained in:
Ehsan
2024-09-29 19:26:51 +03:30
parent 3d97bf705e
commit 4fad4cbbe5
4 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ function Head() {
return (
<div className="w-full">
<div className="flex flex-col sm:flex-row items-start md:items-center justify-start gap-[10px]">
<p className="text-[#525252] text-[14px] sm:text-[16px] md:text-[18px] lg:text-[20px] font-bold">
<p className="text-[#525252] dark:text-[#D7D8ED] text-[14px] sm:text-[16px] md:text-[18px] lg:text-[20px] font-bold">
لیست نوبت های پزشکان
</p>
<Date />