Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -144,7 +144,7 @@ export struct EmptyComponent { | @@ -144,7 +144,7 @@ export struct EmptyComponent { | ||
| 144 | .type(ButtonType.Normal) | 144 | .type(ButtonType.Normal) |
| 145 | .width(80) | 145 | .width(80) |
| 146 | .height(28) | 146 | .height(28) |
| 147 | - .backgroundColor('#fffffff') | 147 | + .backgroundColor(Color.White) |
| 148 | .fontColor('#FF666666') | 148 | .fontColor('#FF666666') |
| 149 | .border({ width: 1 }) | 149 | .border({ width: 1 }) |
| 150 | .borderColor('#FFEDEDED') | 150 | .borderColor('#FFEDEDED') |
-
Please register or login to post a comment