diff --git a/src/components/Collections/CollectionOptions/QuickOptions.tsx b/src/components/Collections/CollectionOptions/QuickOptions.tsx index b2397bda1..efdaa0e08 100644 --- a/src/components/Collections/CollectionOptions/QuickOptions.tsx +++ b/src/components/Collections/CollectionOptions/QuickOptions.tsx @@ -37,13 +37,12 @@ export function QuickOptions({ ? constants.MODIFY_SHARING : constants.SHARE_COLLECTION }> - - + + )} @@ -55,25 +54,23 @@ export function QuickOptions({ ? constants.DOWNLOAD_FAVOURITES : constants.DOWNLOAD_COLLECTION }> - - + + )} {collectionSummaryType === CollectionSummaryType.trash && ( - - + + )} diff --git a/src/components/Collections/CollectionOptions/index.tsx b/src/components/Collections/CollectionOptions/index.tsx index a7e68184d..b91d6317c 100644 --- a/src/components/Collections/CollectionOptions/index.tsx +++ b/src/components/Collections/CollectionOptions/index.tsx @@ -243,12 +243,7 @@ const CollectionOptions = (props: CollectionOptionsProps) => { } - triggerButtonProps={{ - sx: { - background: (theme) => theme.palette.fill.dark, - }, - }}> + triggerButtonIcon={}> {collectionSummaryType === CollectionSummaryType.trash ? ( theme.palette[color].main, padding: 1.5, '& .MuiSvgIcon-root': {