mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +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)`
|
||||
padding: 0.5rem;
|
||||
padding: 0.5rem 1.5rem;
|
||||
background: var(--dropdown-menu-bg);
|
||||
cursor: default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user