Web: Fixed the use of styles.

This commit is contained in:
Tatiana Lopaeva 2022-10-03 17:59:23 +03:00
parent 4a6d993789
commit e9dbf8fe2b

View File

@ -79,7 +79,9 @@ const MainContainerWrapper = styled.div`
props.widthProp &&
props.widthProp < size.tablet) ||
props.isMobile
? `${mainWrapperTabletStyle}`
? css`
${mainWrapperTabletStyle}
`
: `
`}
@media ${tablet} {