diff --git a/products/ASC.Files/Client/src/components/panels/SharingPanel/StyledSharingPanel.js b/products/ASC.Files/Client/src/components/panels/SharingPanel/StyledSharingPanel.js index b608ef818e..b25a50cf96 100644 --- a/products/ASC.Files/Client/src/components/panels/SharingPanel/StyledSharingPanel.js +++ b/products/ASC.Files/Client/src/components/panels/SharingPanel/StyledSharingPanel.js @@ -15,7 +15,7 @@ const StyledContainer = styled.div` right: 0; bottom: 0; - background: #333333; + background: ${(props) => props.theme.aside.backgroundColor}; z-index: 311; @@ -37,6 +37,8 @@ const StyledContainer = styled.div` } `; +StyledContainer.defaultProps = { theme: Base }; + const StyledContent = styled.div` width: 100%; height: 100%;