Commit 32082e0211306e6e7f5b82772093eafef11df825

Authored by 权海
1 parent 92a550e3

feat(ui):自定义主题副标题支持多行

... ... @@ -38,7 +38,7 @@ class CustomThemeCard extends StatelessWidget {
SizedBox(height: 4),
Text(
context.l10n.watchThemeCustomDescription,
maxLines: 1,
maxLines: 4,
overflow: TextOverflow.ellipsis,
style: TextStyle(
color: WatchThemeColors.textSecondary,
... ...