Add border on context menu

This commit is contained in:
Zamil Majdy
2024-10-01 01:24:28 +02:00
parent b8deb74362
commit c40c62df9f

View File

@@ -587,7 +587,7 @@ export function CustomNode({
);
const ContextMenuContent = () => (
<ContextMenu.Content className="rounded-xl bg-white p-1 shadow-md">
<ContextMenu.Content className="rounded-xl bg-white p-1 shadow-md border">
<ContextMenu.Item
onSelect={copyNode}
className="cursor-pointer rounded-md px-3 py-2 hover:bg-gray-100"