From ccfef1bc7fdcded1a5b3d2de283714789749016a Mon Sep 17 00:00:00 2001 From: jeffvli Date: Fri, 5 Nov 2021 08:32:14 -0700 Subject: [PATCH] Fix "go" button type --- src/components/shared/ContextMenu.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/shared/ContextMenu.tsx b/src/components/shared/ContextMenu.tsx index 2e55069..1d8de0c 100644 --- a/src/components/shared/ContextMenu.tsx +++ b/src/components/shared/ContextMenu.tsx @@ -56,6 +56,7 @@ import { StyledInputPickerContainer, ContextMenuPopover, StyledInput, + StyledInputGroupButton, } from './styled'; import { notifyToast } from './toast'; import { @@ -662,7 +663,7 @@ export const GlobalContextMenu = () => { value={indexToMoveTo} onChange={(e: number) => setIndexToMoveTo(e)} /> - { } > Go - +