From 42593d75703a479509bacf24f60e7fd9d1a421a2 Mon Sep 17 00:00:00 2001 From: jinzelin Date: Wed, 4 Sep 2024 17:52:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20HiText=E5=85=BC=E5=AE=B9web=E5=8D=95?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/hippy_ui_react/src/components/HiText/renderInfo.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/hippy_ui_react/src/components/HiText/renderInfo.ts b/packages/hippy_ui_react/src/components/HiText/renderInfo.ts index e9c6406..8ef5ba5 100644 --- a/packages/hippy_ui_react/src/components/HiText/renderInfo.ts +++ b/packages/hippy_ui_react/src/components/HiText/renderInfo.ts @@ -74,6 +74,7 @@ function getStyles(params: HiTextRenderParams) { } } if (size) { + // @ts-expect-error textStyle.fontSize = size; } if (lineHeight) {