design dark mode head page turns
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user