Add shadow to ••• menu
This commit is contained in:
parent
2b3356a49b
commit
b5b2eb8f46
@ -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}>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user