Removed focus background on mobile menu

This commit is contained in:
Lucid Kobold
2021-11-16 02:32:29 -06:00
parent ecaa79826f
commit 5d55060d04

View File

@@ -35,6 +35,9 @@ const MobileNav: FC<MobileNavProps> = ({ updateOpen }: MobileNavProps) => {
_hover={{
backgroundColor: "none",
}}
_focus={{
backgroundColor: "none"
}}
>
<Link onClick={() => updateOpen(false)} href={navItem[1]}>
{index === 0 ? <MenuDivider /> : <Fragment></Fragment>}