From a9e082e2a8ed2736d0e778c0e2df64f0acae237f Mon Sep 17 00:00:00 2001 From: Chris Beer <chris@cbeer.info> Date: Wed, 13 Dec 2023 08:20:06 -0800 Subject: [PATCH] Reset the collection collapsible section background color for collection metadata --- src/components/CollectionDialog.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/CollectionDialog.js b/src/components/CollectionDialog.js index 4fd15b564..75fa641f1 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), })); -- GitLab