Adjust style of context menu items
This commit is contained in:
parent
f4ba82531c
commit
3c86e6e28c
1 changed files with 2 additions and 0 deletions
|
@ -26,7 +26,9 @@ const ContextMenuContainer = styled(motion.div)<Omit<ContextMenuProps, 'children
|
|||
`;
|
||||
|
||||
export const ContextMenuButton = styled(_Button)`
|
||||
padding: 0.5rem;
|
||||
background: var(--dropdown-menu-bg);
|
||||
cursor: default;
|
||||
|
||||
& .mantine-Button-inner {
|
||||
justify-content: flex-start;
|
||||
|
|
Reference in a new issue