Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -97,6 +97,8 @@ export struct PlayerFullScreenView { | @@ -97,6 +97,8 @@ export struct PlayerFullScreenView { | ||
| 97 | }) | 97 | }) |
| 98 | Text(this.getTitle()) | 98 | Text(this.getTitle()) |
| 99 | .fontSize(18) | 99 | .fontSize(18) |
| 100 | + .lineHeight(24) | ||
| 101 | + .fontWeight(600) | ||
| 100 | .fontColor(Color.White) | 102 | .fontColor(Color.White) |
| 101 | .maxLines(1) | 103 | .maxLines(1) |
| 102 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 104 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
-
Please register or login to post a comment