Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -363,7 +363,7 @@ export struct PlayUIComponent { | @@ -363,7 +363,7 @@ export struct PlayUIComponent { | ||
| 363 | 363 | ||
| 364 | } | 364 | } |
| 365 | .alignItems(VerticalAlign.Center) | 365 | .alignItems(VerticalAlign.Center) |
| 366 | - .linearGradient({ angle: 0, colors: [['#99000000', 0], ['#00000000', 1]] }) | 366 | + .linearGradient({ angle: 0, colors: [['#80000000', 0],['#50000000', 0.5] ,['#00000000', 1]] }) |
| 367 | .width('100%') | 367 | .width('100%') |
| 368 | .padding({ | 368 | .padding({ |
| 369 | left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', | 369 | left: this.displayDirection == DisplayDirection.VIDEO_HORIZONTAL ? '40vp' : '16vp', |
-
Please register or login to post a comment