Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -276,7 +276,7 @@ export struct MultiPictureDetailPageComponent { | @@ -276,7 +276,7 @@ export struct MultiPictureDetailPageComponent { | ||
| 276 | }.alignItems(VerticalAlign.Center) | 276 | }.alignItems(VerticalAlign.Center) |
| 277 | } | 277 | } |
| 278 | .borderRadius(4) | 278 | .borderRadius(4) |
| 279 | - .backgroundColor('#333333') | 279 | + .backgroundColor('#33FFFFFF') |
| 280 | .width(54) | 280 | .width(54) |
| 281 | .height(24) | 281 | .height(24) |
| 282 | .onClick(() => { | 282 | .onClick(() => { |
-
Please register or login to post a comment