feat: rewrite async style

This commit is contained in:
DiamondThree
2023-01-23 11:36:04 +08:00
parent 0fa44f82dd
commit 9a717f7ed2
5 changed files with 26 additions and 11 deletions
@@ -105,7 +105,7 @@ export const StyledPublishExplanation = styled('div')(() => {
fontSize: '18px',
lineHeight: '26px',
flex: 1,
marginTop: '60px',
marginTop: '64px',
};
});