1801 objects settings add activate option to disabled menu (#2104)
* wip creating dropdown * wip styling the dropdown * wip * Fix wrong gap in MenuItems * add handleActivate and handleErase functions * remove unused styled component * add story * modified according to comment
This commit is contained in:
@ -82,7 +82,7 @@ export const StyledMenuItemLeftContent = styled.div`
|
||||
|
||||
flex-direction: row;
|
||||
|
||||
gap: ${({ theme }) => theme.spacing(1)};
|
||||
gap: ${({ theme }) => theme.spacing(2)};
|
||||
min-width: 0;
|
||||
width: 100%;
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user