fix: lint wraning

This commit is contained in:
QiShaoXuan
2022-10-19 15:39:55 +08:00
parent 0219ca8311
commit b5f0e5b045

View File

@@ -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')({