From 1f290578251c7ff3bfd79a297f4da24ff269a51b Mon Sep 17 00:00:00 2001 From: Nicolas Ettlin Date: Sun, 2 Aug 2026 14:06:54 -0700 Subject: [PATCH] Fix text contrast in menu elements --- src/components/MegaMenuItem.tsx | 4 +++- src/components/Navbar.tsx | 14 ++++++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/MegaMenuItem.tsx b/src/components/MegaMenuItem.tsx index ac0086888..f5fe215d4 100644 --- a/src/components/MegaMenuItem.tsx +++ b/src/components/MegaMenuItem.tsx @@ -83,7 +83,9 @@ export function MegaMenuItem({ {/* Rest = neutral tint (Figma neutral/tint/200); brightens to text-primary on hover. Plain string (not twMerge) so the DS size utility and the color utilities coexist. */} - + {title} {badge ? ( diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index a5eb74416..e81eb1310 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -1019,7 +1019,9 @@ function MegaMenuContent({ variant === 'mobile' && sectionIndex > 0 && 'pt-3', )} > -
+
{section.label}
-
+
Blog & Release Notes
0 ? (
-
+
{aboutSection.label}
{/* "Work with" + the TanStack lockup read together as "Work with TanStack" (Figma: terracotta/200 label above the landscape mark). */} -
+
{rail.title}