Commit dee05552168183a9cfab032040355f8bd7f8ba13

Authored by 权海
1 parent 0e0293a3

feat(ui):修改文本颜色

@@ -24,7 +24,7 @@ class CustomWatchThemePreviewView @@ -24,7 +24,7 @@ class CustomWatchThemePreviewView
24 child: Text( 24 child: Text(
25 context.l10n.watchThemeDelete, 25 context.l10n.watchThemeDelete,
26 style: const TextStyle( 26 style: const TextStyle(
27 - color: Color(0xFFFC4447), 27 + color: Color(0xFF78787D),
28 fontSize: 14, 28 fontSize: 14,
29 fontWeight: FontWeight.w600, 29 fontWeight: FontWeight.w600,
30 ), 30 ),