mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-08-08 17:49:13 +00:00
Ensure dark mode is forced
This commit is contained in:
@@ -113,7 +113,13 @@ const Header = ({ navItems }: HeaderProps) => {
|
||||
<span className="flex items-center gap-2">
|
||||
<span>{item.label}</span>
|
||||
{navIconByHref[item.href] ? (
|
||||
<span className="material-symbols-outlined text-[1.4rem]! leading-none text-[#00A3E0] group-hover:text-[#EEE5E5]">
|
||||
<span
|
||||
className={`material-symbols-outlined text-[1.4rem]! leading-none ${
|
||||
isActive
|
||||
? "text-black"
|
||||
: "text-[#00A3E0] group-hover:text-[#EEE5E5]"
|
||||
}`}
|
||||
>
|
||||
{navIconByHref[item.href]}
|
||||
</span>
|
||||
) : null}
|
||||
|
||||
Reference in New Issue
Block a user