Showing
1 changed file
with
4 additions
and
0 deletions
| @@ -97,6 +97,10 @@ export struct FeedBackActivity { | @@ -97,6 +97,10 @@ export struct FeedBackActivity { | ||
| 97 | TextArea({ placeholder: $r('app.string.feedback_comments') }) | 97 | TextArea({ placeholder: $r('app.string.feedback_comments') }) |
| 98 | .width(CommonConstants.FULL_WIDTH) | 98 | .width(CommonConstants.FULL_WIDTH) |
| 99 | .height(CommonConstants.FULL_HEIGHT) | 99 | .height(CommonConstants.FULL_HEIGHT) |
| 100 | + .fontColor($r('app.color.color_222222')) | ||
| 101 | + .fontSize($r('app.float.font_size_13_2')) | ||
| 102 | + .placeholderColor($r('app.color.color_CCCCCC')) | ||
| 103 | + .placeholderFont({size:$r('app.float.font_size_13_2')}) | ||
| 100 | .padding({bottom:96}) | 104 | .padding({bottom:96}) |
| 101 | .backgroundColor($r('app.color.color_F5F5F5')) | 105 | .backgroundColor($r('app.color.color_F5F5F5')) |
| 102 | .align(Alignment.TopStart) | 106 | .align(Alignment.TopStart) |
-
Please register or login to post a comment