diff --git a/src/components/CollectionDialog.js b/src/components/CollectionDialog.js index 4fd15b564c57c24ef864312093d6880a36535c99..75fa641f14cc78bced024ae8cb14736effba434c 100644 --- a/src/components/CollectionDialog.js +++ b/src/components/CollectionDialog.js @@ -25,6 +25,9 @@ const StyledScrollIndicatedDialogContent = styled(ScrollIndicatedDialogContent)( })); const StyledCollectionMetadata = styled('div')(() => ({ + '& .MuiPaper-root': { + background: 'transparent', + }, padding: (theme) => theme.spacing(2), }));