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:
bosiraphael
2023-10-18 18:21:03 +02:00
committed by GitHub
parent 3971454190
commit 44099cf8fd
4 changed files with 143 additions and 14 deletions

View File

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