From 13db48003df16ea9558f9ffa795d9449079ab74b Mon Sep 17 00:00:00 2001 From: jeffvli Date: Sat, 2 Oct 2021 17:35:29 -0700 Subject: [PATCH] Remove divider between play and add --- src/components/shared/ContextMenu.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/shared/ContextMenu.tsx b/src/components/shared/ContextMenu.tsx index 3c7d319..6f77ed4 100644 --- a/src/components/shared/ContextMenu.tsx +++ b/src/components/shared/ContextMenu.tsx @@ -463,14 +463,13 @@ export const GlobalContextMenu = () => { yPos={misc.contextMenu.yPos} width={190} numOfButtons={8} - numOfDividers={4} + numOfDividers={3} > -