diff --git a/src/renderer/components/ContextMenu/index.ts b/src/renderer/components/ContextMenu/index.ts index fe29355a4..ceac42a7b 100644 --- a/src/renderer/components/ContextMenu/index.ts +++ b/src/renderer/components/ContextMenu/index.ts @@ -11,7 +11,7 @@ export const ContextMenu = styled.div` padding: 8px 0; z-index: 9999; box-shadow: ${shadows(8)}; - border-radius: 8px; + border-radius: 4px; ${({ visible, theme }: { visible: boolean; theme?: ITheme }) => css` opacity: ${visible ? 1 : 0};