mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
Add border on context menu
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user