mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-19 18:04:22 +02:00
Add additional padding to context menu items
This commit is contained in:
@@ -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 New Issue
Block a user