Add shadow to ••• menu

This commit is contained in:
Sam Becker 2024-02-09 20:38:31 -06:00
parent 2b3356a49b
commit b5b2eb8f46

View File

@ -34,6 +34,7 @@ export default function MoreMenu({
'text-sm',
'p-1 rounded-md border',
'bg-content',
'shadow-lg dark:shadow-xl',
)}>
{items.map(({ href, label }) =>
<Menu.Item key={href}>