This commit is contained in:
朱子楚\zhuzi
2023-02-28 23:57:55 +08:00
parent 02e4579021
commit 0d6bc69b3c
12 changed files with 303 additions and 20 deletions

View File

@ -60,7 +60,7 @@ Text {
case FluText.BodyStrong:
return text.pixelSize * 1.0
case FluText.Body:
return text.font.pixelSize = 14
return text.pixelSize * 1.0
case FluText.Caption:
return text.pixelSize * 0.8
default: