From 8570e666dc098ba44b4a2dcc20f4edc65d1d8e90 Mon Sep 17 00:00:00 2001 From: Noel Quiles <3746694+EnMod@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:27:52 -0400 Subject: [PATCH] chore: Fixes for mobile menu button --- src/components/navigation-header/navigation-header.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigation-header/navigation-header.module.css b/src/components/navigation-header/navigation-header.module.css index e6eb42b689..59a356336b 100644 --- a/src/components/navigation-header/navigation-header.module.css +++ b/src/components/navigation-header/navigation-header.module.css @@ -54,7 +54,7 @@ background-color: transparent; border-radius: 5px; border: 1px solid transparent; - color: var(--token-color-foreground-high-contrast); + color: var(--token-color-foreground-strong); display: flex; justify-content: center; padding: 5px;