Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -102,6 +102,7 @@ struct VisitorCommentPage { | @@ -102,6 +102,7 @@ struct VisitorCommentPage { | ||
| 102 | .width('100%') | 102 | .width('100%') |
| 103 | }.width("100%") | 103 | }.width("100%") |
| 104 | .height("100%") | 104 | .height("100%") |
| 105 | + .backgroundColor(Color.White) | ||
| 105 | .padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)}) | 106 | .padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)}) |
| 106 | 107 | ||
| 107 | } | 108 | } |
-
Please register or login to post a comment