Add additional padding to context menu items

This commit is contained in:
jeffvli 2023-01-15 20:46:45 -08:00
parent 3f424b72f6
commit 0b6af1fd21

View file

@ -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;