fix: style ui

This commit is contained in:
DiamondThree
2022-08-10 18:25:44 +08:00
parent ffdf247517
commit 46f903583b
5 changed files with 15 additions and 0 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,
};
}
});