Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -103,7 +103,7 @@ export struct PlayerFullScreenView { | @@ -103,7 +103,7 @@ export struct PlayerFullScreenView { | ||
| 103 | Text(this.getTitle()) | 103 | Text(this.getTitle()) |
| 104 | .fontSize(18) | 104 | .fontSize(18) |
| 105 | .lineHeight(24) | 105 | .lineHeight(24) |
| 106 | - .fontWeight(600) | 106 | + // .fontWeight(600) |
| 107 | .fontColor(Color.White) | 107 | .fontColor(Color.White) |
| 108 | .maxLines(1) | 108 | .maxLines(1) |
| 109 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 109 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
-
Please register or login to post a comment