diff --git a/packages/app/src/components/contact-modal/style.ts b/packages/app/src/components/contact-modal/style.ts index f3ef289bc8..1527fa6faa 100644 --- a/packages/app/src/components/contact-modal/style.ts +++ b/packages/app/src/components/contact-modal/style.ts @@ -111,14 +111,14 @@ export const StyledSmallLink = styled('a')(({ theme }) => { }, }; }); -export const StyledSubTitle = styled('div')(({theme}) => { - return ({ +export const StyledSubTitle = styled('div')(({ theme }) => { + return { width: '189px', fontSize: '18px', fontWeight: '600', color: theme.colors.textColor, marginBottom: '24px', - }) + }; }); export const StyledLeftContainer = styled('div')({