From 5d55060d04900388e47dbf67cc2cd74e9510c749 Mon Sep 17 00:00:00 2001 From: Lucid Kobold Date: Tue, 16 Nov 2021 02:32:29 -0600 Subject: [PATCH] Removed focus background on mobile menu --- theme/layout/MobileNav.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/layout/MobileNav.tsx b/theme/layout/MobileNav.tsx index 5e3ee38..f38365c 100644 --- a/theme/layout/MobileNav.tsx +++ b/theme/layout/MobileNav.tsx @@ -35,6 +35,9 @@ const MobileNav: FC = ({ updateOpen }: MobileNavProps) => { _hover={{ backgroundColor: "none", }} + _focus={{ + backgroundColor: "none" + }} > updateOpen(false)} href={navItem[1]}> {index === 0 ? : }