Skip to content

Commit c9d8419

Browse files
committed
fix nav menu active color
1 parent 848a608 commit c9d8419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Nav/Mobile/LvlAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const LvlAccordion = ({
9696
className={cn(
9797
"text-md font-bold",
9898
isActivePage
99-
? "text-primary-low-contrast"
99+
? "text-primary-high-contrast"
100100
: "text-body"
101101
)}
102102
>

0 commit comments

Comments
 (0)