Commit dee05552168183a9cfab032040355f8bd7f8ba13

Authored by 权海
1 parent 0e0293a3

feat(ui):修改文本颜色

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