Add additional padding to context menu items
This commit is contained in:
parent
3f424b72f6
commit
0b6af1fd21
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const ContextMenuContainer = styled(motion.div)<Omit<ContextMenuProps, 'children
|
||||||
`;
|
`;
|
||||||
|
|
||||||
export const ContextMenuButton = styled(_Button)`
|
export const ContextMenuButton = styled(_Button)`
|
||||||
padding: 0.5rem;
|
padding: 0.5rem 1.5rem;
|
||||||
background: var(--dropdown-menu-bg);
|
background: var(--dropdown-menu-bg);
|
||||||
cursor: default;
|
cursor: default;
|
||||||
|
|
||||||
|
|
Reference in a new issue