Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -72,7 +72,8 @@ export default struct CustomDialogComponent { | @@ -72,7 +72,8 @@ export default struct CustomDialogComponent { | ||
| 72 | Row() { | 72 | Row() { |
| 73 | Text($r('app.string.dialog_text_privacy_statement')) | 73 | Text($r('app.string.dialog_text_privacy_statement')) |
| 74 | .fontColor($r('app.color.dialog_text_color')) | 74 | .fontColor($r('app.color.dialog_text_color')) |
| 75 | - .fontSize(14).margin({top:20}) | 75 | + .fontSize(14).fontFamily('PingFang SC') |
| 76 | + .margin({top:20}) | ||
| 76 | }.width('90%') | 77 | }.width('90%') |
| 77 | .justifyContent(FlexAlign.Center) | 78 | .justifyContent(FlexAlign.Center) |
| 78 | 79 |
-
Please register or login to post a comment