Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -38,7 +38,7 @@ class CustomThemeCard extends StatelessWidget { | @@ -38,7 +38,7 @@ class CustomThemeCard extends StatelessWidget { | ||
| 38 | SizedBox(height: 4), | 38 | SizedBox(height: 4), |
| 39 | Text( | 39 | Text( |
| 40 | context.l10n.watchThemeCustomDescription, | 40 | context.l10n.watchThemeCustomDescription, |
| 41 | - maxLines: 1, | 41 | + maxLines: 4, |
| 42 | overflow: TextOverflow.ellipsis, | 42 | overflow: TextOverflow.ellipsis, |
| 43 | style: TextStyle( | 43 | style: TextStyle( |
| 44 | color: WatchThemeColors.textSecondary, | 44 | color: WatchThemeColors.textSecondary, |
-
Please register or login to post a comment