From c07b1c1700ef01dd4cb4436c5e87d3c74dd86b71 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Sat, 10 Feb 2024 17:40:15 -0600 Subject: [PATCH] Remove menu outline in safari --- src/components/MoreMenu.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MoreMenu.tsx b/src/components/MoreMenu.tsx index 1a5a7480..be03e36b 100644 --- a/src/components/MoreMenu.tsx +++ b/src/components/MoreMenu.tsx @@ -62,7 +62,7 @@ export default function MoreMenu({ 'text-sm text-left', 'md:right-1', 'p-1 rounded-md border', - 'bg-content', + 'bg-content outline-none', 'shadow-lg dark:shadow-xl', )}> {items.map(({ label, icon, href, action }) =>