Showing
2 changed files
with
6 additions
and
1 deletions
| @@ -161,7 +161,8 @@ export struct DynamicDetailComponent { | @@ -161,7 +161,8 @@ export struct DynamicDetailComponent { | ||
| 161 | .textAlign(TextAlign.Center) | 161 | .textAlign(TextAlign.Center) |
| 162 | .fontSize($r('app.float.font_size_12')) | 162 | .fontSize($r('app.float.font_size_12')) |
| 163 | .borderRadius($r('app.float.vp_3')) | 163 | .borderRadius($r('app.float.vp_3')) |
| 164 | - .borderColor($r('app.color.color_CCCCCC')) | 164 | + .borderColor($r('app.color.color_CCCCCC_1A')) |
| 165 | + .backgroundColor($r('app.color.color_CCCCCC_1A')) | ||
| 165 | .fontColor($r('app.color.color_CCCCCC')) | 166 | .fontColor($r('app.color.color_CCCCCC')) |
| 166 | .onClick(() => { | 167 | .onClick(() => { |
| 167 | this.handleAccention() | 168 | this.handleAccention() |
-
Please register or login to post a comment