Web: Client: JavascriptSDK: aligned empty iframe container's text

This commit is contained in:
Vladimir Khvan 2024-04-13 19:40:18 +05:00
parent 0022311c3e
commit 57a77b3797

View File

@ -50,6 +50,8 @@ const StyledContainer = styled.div`
font-weight: 700;
line-height: 59.92px;
color: ${(props) => props.theme.text.emailColor};
text-align: center;
}
`;
StyledContainer.defaultProps = { theme: Base };