From 0e92088b0c8b7383075e7f2c91646b036f98a584 Mon Sep 17 00:00:00 2001 From: Paul Wackerow <54227730+wackerow@users.noreply.github.com> Date: Sat, 7 Sep 2024 18:35:28 -0700 Subject: [PATCH] fix: rm focus styling consistent with other nav items --- src/components/Nav/Desktop/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Nav/Desktop/index.tsx b/src/components/Nav/Desktop/index.tsx index 92214ca540c..7f02b966e41 100644 --- a/src/components/Nav/Desktop/index.tsx +++ b/src/components/Nav/Desktop/index.tsx @@ -22,6 +22,7 @@ const DesktopNavMenu = ({ toggleColorMode }: DesktopNavMenuProps) => { const ThemeIcon = useColorModeValue(, ) const themeIconAriaLabel = useColorModeValue( + // TODO: add i18n support "Switch to Dark Theme", "Switch to Light Theme" ) @@ -65,7 +66,6 @@ const DesktopNavMenu = ({ toggleColorMode }: DesktopNavMenuProps) => { }, }} _hover={desktopHoverFocusStyles} - _focus={desktopHoverFocusStyles} onClick={toggleColorMode} />