feat: 更新统计标签和标题,优化健康数据卡片样式,调整步数和健康相关组件的样式

This commit is contained in:
2025-08-30 22:37:27 +08:00
parent f4dd40ed46
commit 6bdfda9fd3
11 changed files with 68 additions and 118 deletions

View File

@@ -185,7 +185,7 @@ const styles = StyleSheet.create({
paddingVertical: 8,
},
monthTitle: {
fontSize: 24,
fontSize: 18,
fontWeight: '800',
color: '#192126',
marginBottom: 14,
@@ -234,7 +234,7 @@ const styles = StyleSheet.create({
},
dayDate: {
fontSize: 12,
fontWeight: '800',
fontWeight: '600',
color: 'gray',
},
dayDateSelected: {