Adjust context menu styles

This commit is contained in:
jeffvli 2023-01-15 16:38:38 -08:00
parent dbc29568ca
commit 784da2f8b9

View file

@ -19,9 +19,7 @@ const ContextMenuContainer = styled(motion.div)<Omit<ContextMenuProps, 'children
z-index: 1000;
min-width: ${({ minWidth }) => minWidth}px;
max-width: ${({ maxWidth }) => maxWidth}px;
padding: 0.5rem;
background: var(--dropdown-menu-bg);
border-radius: 5px;
box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 40%);
`;