Showing
2 changed files
with
2 additions
and
1 deletions
| @@ -232,6 +232,7 @@ struct CarouselLayout01CardView { | @@ -232,6 +232,7 @@ struct CarouselLayout01CardView { | ||
| 232 | .width(CommonConstants.FULL_PARENT) | 232 | .width(CommonConstants.FULL_PARENT) |
| 233 | .fontColor(Color.White) | 233 | .fontColor(Color.White) |
| 234 | .fontSize($r('app.float.font_size_18')) | 234 | .fontSize($r('app.float.font_size_18')) |
| 235 | + .lineHeight(25) | ||
| 235 | .fontWeight(FontWeight.Medium) | 236 | .fontWeight(FontWeight.Medium) |
| 236 | .textAlign(TextAlign.Start) | 237 | .textAlign(TextAlign.Start) |
| 237 | .align(Alignment.Bottom) | 238 | .align(Alignment.Bottom) |
-
Please register or login to post a comment