Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -159,7 +159,7 @@ export struct ChildCommentComponent { | @@ -159,7 +159,7 @@ export struct ChildCommentComponent { | ||
| 159 | .width('100%') | 159 | .width('100%') |
| 160 | .height(0.5) | 160 | .height(0.5) |
| 161 | .strokeWidth(0.5) | 161 | .strokeWidth(0.5) |
| 162 | - .backgroundColor($r('app.color.color_EDEDED')) | 162 | + .color($r('app.color.color_EDEDED')) |
| 163 | .margin({ top: 10, bottom: 10 }) | 163 | .margin({ top: 10, bottom: 10 }) |
| 164 | } | 164 | } |
| 165 | 165 |
-
Please register or login to post a comment