mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Adjust style of context menu items
This commit is contained in:
@@ -26,7 +26,9 @@ const ContextMenuContainer = styled(motion.div)<Omit<ContextMenuProps, 'children
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
export const ContextMenuButton = styled(_Button)`
|
export const ContextMenuButton = styled(_Button)`
|
||||||
|
padding: 0.5rem;
|
||||||
background: var(--dropdown-menu-bg);
|
background: var(--dropdown-menu-bg);
|
||||||
|
cursor: default;
|
||||||
|
|
||||||
& .mantine-Button-inner {
|
& .mantine-Button-inner {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
|
|||||||
Reference in New Issue
Block a user