mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue