Merge branch 'release/v1.2' of github.com:ONLYOFFICE/AppServer into release/v1.2

This commit is contained in:
Nikita Gopienko 2022-04-26 11:18:05 +03:00
commit ea54e37d1d

View File

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