Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -44,7 +44,7 @@ export struct CustomTitleAndEditUI { | @@ -44,7 +44,7 @@ export struct CustomTitleAndEditUI { | ||
| 44 | if (this.isDisplayButton){ | 44 | if (this.isDisplayButton){ |
| 45 | Button(this.isEditState === true?'取消':'编辑') | 45 | Button(this.isEditState === true?'取消':'编辑') |
| 46 | .type(ButtonType.Normal) | 46 | .type(ButtonType.Normal) |
| 47 | - .fontColor($r('app.color.color_B0B0B0')) | 47 | + .fontColor($r('app.color.color_222222')) |
| 48 | .backgroundColor(Color.White) | 48 | .backgroundColor(Color.White) |
| 49 | .id("edit_Button") | 49 | .id("edit_Button") |
| 50 | .alignRules({ | 50 | .alignRules({ |
-
Please register or login to post a comment