design dark mode list page panel
This commit is contained in:
@@ -50,14 +50,14 @@ function Links({ open }) {
|
||||
</div>
|
||||
<p
|
||||
className={`
|
||||
transition-all duration-500 text-sidebar
|
||||
${open ? "opacity-100" : "md:opacity-0"}
|
||||
${
|
||||
item.src === pathname
|
||||
? "!text-[#FAFAFA] dark:!text-[#5559CE] !font-bold"
|
||||
: "!text-[#525252] dark:!text-[#A1A1A1] !font-medium"
|
||||
}
|
||||
`}
|
||||
transition-all duration-500 text-sidebar
|
||||
${open ? "opacity-100" : "md:opacity-0"}
|
||||
${
|
||||
item.src === pathname
|
||||
? "!text-[#FAFAFA] dark:!text-[#5559CE] !font-bold"
|
||||
: "!text-[#525252] dark:!text-[#A1A1A1] !font-medium"
|
||||
}
|
||||
`}
|
||||
>
|
||||
{item.name}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user