mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Add additional padding to context menu items
This commit is contained in:
parent
3f424b72f6
commit
0b6af1fd21
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue