Showing
2 changed files
with
3 additions
and
3 deletions
| @@ -213,9 +213,9 @@ export struct FeedBackActivity { | @@ -213,9 +213,9 @@ export struct FeedBackActivity { | ||
| 213 | .textAlign(TextAlign.Center) | 213 | .textAlign(TextAlign.Center) |
| 214 | .height(44) | 214 | .height(44) |
| 215 | .width('90%') | 215 | .width('90%') |
| 216 | - .fontColor(this.canSubmit ? $r('app.color.color_9E9E9E_40') : $r('app.color.color_fff')) | 216 | + .fontColor(this.canSubmit ? $r('app.color.color_fff') : $r('app.color.color_FFFFFF_40')) |
| 217 | .fontSize($r('app.float.font_size_18')) | 217 | .fontSize($r('app.float.font_size_18')) |
| 218 | - .backgroundColor(this.canSubmit ? $r('app.color.color_ED2800_99') : $r('app.color.color_EDEDED')) | 218 | + .backgroundColor(this.canSubmit ? $r('app.color.color_ED2800') : $r('app.color.color_ED2800_99')) |
| 219 | .borderRadius(4) | 219 | .borderRadius(4) |
| 220 | .onClick(async (event: ClickEvent) => { | 220 | .onClick(async (event: ClickEvent) => { |
| 221 | if (await FastClickUtil.isMinDelayTime()) { | 221 | if (await FastClickUtil.isMinDelayTime()) { |
-
Please register or login to post a comment