Remove menu outline in safari

This commit is contained in:
Sam Becker 2024-02-10 17:40:15 -06:00
parent 689f58c442
commit c07b1c1700

View File

@ -62,7 +62,7 @@ export default function MoreMenu({
'text-sm text-left', 'text-sm text-left',
'md:right-1', 'md:right-1',
'p-1 rounded-md border', 'p-1 rounded-md border',
'bg-content', 'bg-content outline-none',
'shadow-lg dark:shadow-xl', 'shadow-lg dark:shadow-xl',
)}> )}>
{items.map(({ label, icon, href, action }) => {items.map(({ label, icon, href, action }) =>