From 20e7c082578dcf0d735b89ad40434ae39463b425 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 5 Nov 2025 08:32:22 -0600 Subject: [PATCH] fix mobile menu button highlight issue --- web/src/pages/Settings.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/web/src/pages/Settings.tsx b/web/src/pages/Settings.tsx index b230a9c3b..19fd63f5c 100644 --- a/web/src/pages/Settings.tsx +++ b/web/src/pages/Settings.tsx @@ -157,9 +157,11 @@ function MobileMenuItem({ const { t } = useTranslation(["views/settings"]); return ( - + ); }