: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
import { styled } from '@linaria/react';
interface IHubspotWrapperProps {
export default styled.div<IHubspotWrapperProps>`
background-image: ${props =>
`url(${props.pluginPath}/public/assets/images/hubspot.svg)`};
background-color: #f5f8fa;
background-repeat: no-repeat;
background-position: center 25px;
font-family: 'Lexend Deca', Helvetica, Arial, sans-serif;
padding: ${(props: any) => props.padding || '90px 20% 25px'};
font-size: inherit !important;