Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
fix: border-radius
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Dec 8, 2019
1 parent de0baa9 commit f5ff960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ContextMenu/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit f5ff960

Please sign in to comment.