style(membership): 调整会员卡片价格字体大小
This commit is contained in:
@@ -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
|
||||||
|
- 总是先总结方案,等我确认之后,再进行实现
|
||||||
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user