Merge branch 'develop' into feature/fix-backspace

This commit is contained in:
Qi
2022-08-11 21:49:45 +08:00
committed by GitHub
68 changed files with 1252 additions and 519 deletions
@@ -46,6 +46,7 @@ const TextBlock = styled(TextManage)<{ type: string }>(({ theme, type }) => {
return {
fontSize: textStyleMap.text.fontSize,
lineHeight: textStyleMap.text.lineHeight,
fontWeight: textStyleMap.text.fontWeight,
};
}
});