Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -149,7 +149,7 @@ export struct PlayerEndView { | @@ -149,7 +149,7 @@ export struct PlayerEndView { | ||
| 149 | left: 122, | 149 | left: 122, |
| 150 | right: 122 | 150 | right: 122 |
| 151 | }) | 151 | }) |
| 152 | - .backgroundColor(this.followStatus == '0' ? '#FFED2800' : Color.Grey) | 152 | + .backgroundColor(this.followStatus == '0' ? '#FFED2800' : '#CCCCCC') |
| 153 | .borderRadius(4) | 153 | .borderRadius(4) |
| 154 | .onClick(() => { | 154 | .onClick(() => { |
| 155 | this.handleAccention() | 155 | this.handleAccention() |
-
Please register or login to post a comment