From b5f0e5b04531d723342a42301863be48a1363303 Mon Sep 17 00:00:00 2001 From: QiShaoXuan Date: Wed, 19 Oct 2022 15:39:55 +0800 Subject: [PATCH] fix: lint wraning --- packages/app/src/components/contact-modal/style.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')({