style(membership): 调整会员卡片价格字体大小

This commit is contained in:
richarjiang
2025-11-03 11:17:06 +08:00
parent 0265ecfac2
commit ce382794ba
2 changed files with 3 additions and 2 deletions

View File

@@ -121,3 +121,4 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
- **Conventional Commits**: Use `feat`, `fix`, `chore` prefixes with optional scope - **Conventional Commits**: Use `feat`, `fix`, `chore` prefixes with optional scope
- **PR descriptions**: Include problem, solution, test evidence (screenshots, commands), iOS setup notes - **PR descriptions**: Include problem, solution, test evidence (screenshots, commands), iOS setup notes
- **Change grouping**: Group related changes; avoid bundling unrelated features - **Change grouping**: Group related changes; avoid bundling unrelated features
- 总是先总结方案,等我确认之后,再进行实现

View File

@@ -1232,7 +1232,7 @@ const styles = StyleSheet.create({
color: '#241F1F', color: '#241F1F',
}, },
planCardPrice: { planCardPrice: {
fontSize: 28, fontSize: 22,
fontWeight: '700', fontWeight: '700',
marginTop: 12, marginTop: 12,
}, },