Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -12,6 +12,7 @@ export default struct NoMoreLayout { | @@ -12,6 +12,7 @@ export default struct NoMoreLayout { | ||
| 12 | Text($r('app.string.footer_text')) | 12 | Text($r('app.string.footer_text')) |
| 13 | .fontSize(RefreshConstants.NoMoreLayoutConstant_TITLE_FONT) | 13 | .fontSize(RefreshConstants.NoMoreLayoutConstant_TITLE_FONT) |
| 14 | .textAlign(TextAlign.Center) | 14 | .textAlign(TextAlign.Center) |
| 15 | + .fontColor('#CCCCCC') | ||
| 15 | .margin({bottom:40}) | 16 | .margin({bottom:40}) |
| 16 | } | 17 | } |
| 17 | .width(RefreshConstants.FULL_WIDTH) | 18 | .width(RefreshConstants.FULL_WIDTH) |
-
Please register or login to post a comment