PortalSettings: Fixed styles of block.

This commit is contained in:
Tatiana Lopaeva 2024-07-16 12:16:27 +03:00
parent 9f9d2bdbb7
commit 9ea9bf79a4

View File

@ -39,6 +39,7 @@ const StyledContainer = styled.div`
width: 800px;
overflow: hidden;
background-color: ${(props) => props.theme.sdkPresets.previewBackgroundColor};
margin-bottom: 16px;
`;
StyledContainer.defaultProps = { theme: Base };